diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-10-03 21:52:47 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-10-03 21:52:47 +0200 |
commit | d965f59cae4f3541d464e50c772ebbd694b28bf4 (patch) | |
tree | f349c5bb25f2ce4522a0b27fea0217b9e087c09a /src | |
parent | 0908d39e464db32c0d6175bfd24ae67873c4ff2f (diff) | |
parent | 4d99273ada7f888cc1f288f16212f710c15e1c0d (diff) | |
download | ayatana-indicator-sound-d965f59cae4f3541d464e50c772ebbd694b28bf4.tar.gz ayatana-indicator-sound-d965f59cae4f3541d464e50c772ebbd694b28bf4.tar.bz2 ayatana-indicator-sound-d965f59cae4f3541d464e50c772ebbd694b28bf4.zip |
New upstream release.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 2 | ||||
-rw-r--r-- | src/mute-widget.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 29fd250..7f28dba 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.5 from Makefile.am. +# Makefile.in generated by automake 1.11.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, diff --git a/src/mute-widget.c b/src/mute-widget.c index ea03000..500f575 100644 --- a/src/mute-widget.c +++ b/src/mute-widget.c @@ -21,7 +21,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include "config.h" #endif -#include <glib/gi18n.h> #include <glib.h> #include "mute-widget.h" #include "common-defs.h" |