diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-10-03 21:51:19 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-10-03 21:51:19 +0200 |
commit | 4d99273ada7f888cc1f288f16212f710c15e1c0d (patch) | |
tree | 3402fcfadd486cba3e0117d4d9f9a6ddefc52ff4 /src | |
parent | 612866753e2b554abb0b448ae6a8c8ce1c2f4d87 (diff) | |
parent | 3683d55686016a92ef05a37b0516d1d802a33ef4 (diff) | |
download | ayatana-indicator-sound-4d99273ada7f888cc1f288f16212f710c15e1c0d.tar.gz ayatana-indicator-sound-4d99273ada7f888cc1f288f16212f710c15e1c0d.tar.bz2 ayatana-indicator-sound-4d99273ada7f888cc1f288f16212f710c15e1c0d.zip |
Import upstream version 12.10.1
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" |