From 72116ec74208d8340e2ecb23f71dd123b1f3e111 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 20 Jun 2006 22:28:54 +0000 Subject: s/polyp/pulse/ in README git-svn-id: file:///home/lennart/svn/public/pavumeter/trunk@41 c62a5a7b-6fe3-0310-9d5a-afe6de46906b --- doc/README.html.in | 23 +++++++++++------------ src/vumeter.cc | 2 +- 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 @@ -Polypaudio Volume Meter @PACKAGE_VERSION@ +PulseAudio Volume Meter @PACKAGE_VERSION@ -

Polypaudio Volume Meter @PACKAGE_VERSION@

+

PulseAudio Volume Meter @PACKAGE_VERSION@

Copyright 2004-2006 Lennart Poettering <@PACKAGE_BUGREPORT@>

@@ -43,28 +43,27 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

News

Sat May 27 2006:

Version 0.9.0 released; compatibility with polypaudio 0.9.0

+href="@PACKAGE_URL@pavumeter-0.9.0.tar.gz">Version 0.9.0 released; compatibility with Polypaudio 0.9.0

Fri Apr 21 2006:

Version 0.8 released; compatibility with polypaudio 0.8

+href="@PACKAGE_URL@pavumeter-0.8.tar.gz">Version 0.8 released; compatibility with Polypaudio 0.8

Sun Nov 21 2004:

Version 0.3 released; compatibility with polypaudio 0.7; decaying of signal levels

+href="@PACKAGE_URL@pavumeter-0.4.tar.gz">Version 0.3 released; compatibility with Polypaudio 0.7; decaying of signal levels

Thu Oct 28 2004:

Version 0.3 released; compatibility with polypaudio 0.6

+href="@PACKAGE_URL@pavumeter-0.3.tar.gz">Version 0.3 released; compatibility with Polypaudio 0.6

Mon Sep 20 2004:

Version 0.2 released; compatibility with polypaudio 0.5

+href="@PACKAGE_URL@pavumeter-0.2.tar.gz">Version 0.2 released; compatibility with Polypaudio 0.5

Wed Sep 9 2004:

Version 0.1 released

Overview

-

Polypaudio Volume Meter (pavumeter) is a simple GTK volume meter for the Polypaudio -sound server.

+

PulseAudio Volume Meter (pavumeter) is a simple GTK volume meter for the PulseAudio sound server.

Everybody loves screenshots.

@@ -89,7 +88,7 @@ source code configuration.

pavumeter requires gtkmm installed.

-

Obviously pavumeter requires an installation of polypaudio (version 0.8).

+

Obviously pavumeter requires an installation of PulseAudio (version 0.9.2).

Installation

@@ -116,7 +115,7 @@ compilation and make install (as root) for installation of

If you want to be notified whenever I release a new version of this software use the subscription feature of Freshmeat.


-
Lennart Poettering <@PACKAGE_BUGREPORT@>, May 2006
+
Lennart Poettering <@PACKAGE_BUGREPORT@>, June 2006
$Id$
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(); -- cgit