summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-06-20 22:28:54 +0000
committerLennart Poettering <lennart@poettering.net>2006-06-20 22:28:54 +0000
commit72116ec74208d8340e2ecb23f71dd123b1f3e111 (patch)
treedde8d4dfab9e4bdc67c5d27b8dfa2280b78ef837
parentd062d7d87f5be3fff0e8b263da86c0b51b26fef3 (diff)
s/polyp/pulse/ in README
git-svn-id: file:///home/lennart/svn/public/pavumeter/trunk@41 c62a5a7b-6fe3-0310-9d5a-afe6de46906b
-rw-r--r--doc/README.html.in23
-rw-r--r--src/vumeter.cc2
2 files changed, 12 insertions, 13 deletions
diff --git a/doc/README.html.in b/doc/README.html.in
index a458024..6e748a3 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -3,12 +3,12 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
-<title>Polypaudio Volume Meter @PACKAGE_VERSION@</title>
+<title>PulseAudio Volume Meter @PACKAGE_VERSION@</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
-<h1><a name="top">Polypaudio Volume Meter @PACKAGE_VERSION@</a></h1>
+<h1><a name="top">PulseAudio Volume Meter @PACKAGE_VERSION@</a></h1>
<p><i>Copyright 2004-2006 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
@@ -43,28 +43,27 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</p>
<h2><a name="news">News</a></h2>
<div class="news-date">Sat May 27 2006: </div> <p class="news-text"><a
-href="@PACKAGE_URL@pavumeter-0.9.0.tar.gz">Version 0.9.0</a> released; compatibility with polypaudio 0.9.0</p>
+href="@PACKAGE_URL@pavumeter-0.9.0.tar.gz">Version 0.9.0</a> released; compatibility with Polypaudio 0.9.0</p>
<div class="news-date">Fri Apr 21 2006: </div> <p class="news-text"><a
-href="@PACKAGE_URL@pavumeter-0.8.tar.gz">Version 0.8</a> released; compatibility with polypaudio 0.8</p>
+href="@PACKAGE_URL@pavumeter-0.8.tar.gz">Version 0.8</a> released; compatibility with Polypaudio 0.8</p>
<div class="news-date">Sun Nov 21 2004: </div> <p class="news-text"><a
-href="@PACKAGE_URL@pavumeter-0.4.tar.gz">Version 0.3</a> released; compatibility with polypaudio 0.7; decaying of signal levels</p>
+href="@PACKAGE_URL@pavumeter-0.4.tar.gz">Version 0.3</a> released; compatibility with Polypaudio 0.7; decaying of signal levels</p>
<div class="news-date">Thu Oct 28 2004: </div> <p class="news-text"><a
-href="@PACKAGE_URL@pavumeter-0.3.tar.gz">Version 0.3</a> released; compatibility with polypaudio 0.6</p>
+href="@PACKAGE_URL@pavumeter-0.3.tar.gz">Version 0.3</a> released; compatibility with Polypaudio 0.6</p>
<div class="news-date">Mon Sep 20 2004: </div> <p class="news-text"><a
-href="@PACKAGE_URL@pavumeter-0.2.tar.gz">Version 0.2</a> released; compatibility with polypaudio 0.5</p>
+href="@PACKAGE_URL@pavumeter-0.2.tar.gz">Version 0.2</a> released; compatibility with Polypaudio 0.5</p>
<div class="news-date">Wed Sep 9 2004: </div> <p class="news-text"><a
href="@PACKAGE_URL@pavumeter-0.1.tar.gz">Version 0.1</a> released</p>
<h2><a name="overview">Overview</a></h2>
-<p>Polypaudio Volume Meter (<tt>pavumeter</tt>) is a simple GTK volume meter for the <a
-href="http://0pointer.de/lennart/projects/polypaudio/">Polypaudio</a>
-sound server.</p>
+<p>PulseAudio Volume Meter (<tt>pavumeter</tt>) is a simple GTK volume meter for the <a
+href="http://0pointer.de/lennart/projects/pulseaudio/">PulseAudio sound server</a>.</p>
<p>Everybody loves <a href="@PACKAGE_URL@/screenshot.png">screenshots</a>.</p>
@@ -89,7 +88,7 @@ source code configuration.</p>
<p><tt>pavumeter</tt> requires <a href="http://gtkmm.sf.net/"><tt>gtkmm</tt></a> installed.</p>
-<p>Obviously <tt>pavumeter</tt> requires an installation of <tt>polypaudio</tt> (version 0.8).</p>
+<p>Obviously <tt>pavumeter</tt> requires an installation of PulseAudio (version 0.9.2).</p>
<h2><a name="installation">Installation</a></h2>
@@ -116,7 +115,7 @@ compilation and <tt>make install</tt> (as root) for installation of
<p>If you want to be notified whenever I release a new version of this software use the subscription feature of <a href="http://freshmeat.net/projects/pavumeter/">Freshmeat</a>.</p>
<hr/>
-<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, May 2006</address>
+<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, June 2006</address>
<div class="grey"><i>$Id$</i></div>
</body>
diff --git a/src/vumeter.cc b/src/vumeter.cc
index ee2b4cc..2b3b2c3 100644
--- a/src/vumeter.cc
+++ b/src/vumeter.cc
@@ -57,7 +57,7 @@ protected:
float *levels;
virtual void addChannel(const Glib::ustring &l);
- virtual bool on_delete_event(GdkEventAny* e);
+ virtual bool on_delete_event(GdkEventAny* e);
virtual bool on_display_timeout();
virtual bool on_calc_timeout();
virtual void decayLevels();