Author: jannis
Date: 2008-06-22 22:05:17 +0000 (Sun, 22 Jun 2008)
New Revision: 27140
Modified:
xfce4-mixer/trunk/ChangeLog
xfce4-mixer/trunk/libxfce4mixer/xfce-mixer-card.c
xfce4-mixer/trunk/panel-plugin/xfce-mixer-plugin.c
xfce4-mixer/trunk/po/am.po
xfce4-mixer/trunk/po/da.po
xfce4-mixer/trunk/po/de.po
xfce4-mixer/trunk/po/fr.po
xfce4-mixer/trunk/po/id.po
xfce4-mixer/trunk/po/nl.po
xfce4-mixer/trunk/po/pt_BR.po
xfce4-mixer/trunk/po/pt_PT.po
xfce4-mixer/trunk/po/ru.po
xfce4-mixer/trunk/po/si.po
xfce4-mixer/trunk/po/xfce4-mixer.pot
Log:
* libxfce4mixer/xfce-mixer-card.c,
panel-plugin/xfce-mixer-plugin.c: Fix a compiler warning and
and an error.
Modified: xfce4-mixer/trunk/ChangeLog
===================================================================
--- xfce4-mixer/trunk/ChangeLog 2008-06-22 21:43:39 UTC (rev 27139)
+++ xfce4-mixer/trunk/ChangeLog 2008-06-22 22:05:17 UTC (rev 27140)
@@ -1,3 +1,9 @@
+2008-06-23 Jannis Pohlmann <[EMAIL PROTECTED]>
+
+ * libxfce4mixer/xfce-mixer-card.c,
+ panel-plugin/xfce-mixer-plugin.c: Fix a compiler warning and
+ and an error.
+
2008-06-22 Jannis Pohlmann <[EMAIL PROTECTED]>
* libxfce4mixer/xfce-mixer-card.c: Improve
Modified: xfce4-mixer/trunk/libxfce4mixer/xfce-mixer-card.c
===================================================================
--- xfce4-mixer/trunk/libxfce4mixer/xfce-mixer-card.c 2008-06-22 21:43:39 UTC
(rev 27139)
+++ xfce4-mixer/trunk/libxfce4mixer/xfce-mixer-card.c 2008-06-22 22:05:17 UTC
(rev 27140)
@@ -388,7 +388,7 @@
g_object_get (G_OBJECT (GST_MESSAGE_SRC (message)), "device-name",
&device_name1, NULL);
g_object_get (G_OBJECT (card->element), "device-name", &device_name2, NULL);
- is_owner = (GST_MESSAGE_SRC (message) == card->element || g_utf8_collate
(device_name1, device_name2) == 0);
+ is_owner = (GST_MESSAGE_SRC (message) == GST_OBJECT (card->element) ||
g_utf8_collate (device_name1, device_name2) == 0);
g_free (device_name1);
g_free (device_name2);
Modified: xfce4-mixer/trunk/panel-plugin/xfce-mixer-plugin.c
===================================================================
--- xfce4-mixer/trunk/panel-plugin/xfce-mixer-plugin.c 2008-06-22 21:43:39 UTC
(rev 27139)
+++ xfce4-mixer/trunk/panel-plugin/xfce-mixer-plugin.c 2008-06-22 22:05:17 UTC
(rev 27140)
@@ -90,7 +90,7 @@
static void xfce_mixer_plugin_write_config (XfceMixerPlugin
*mixer_plugin);
static void xfce_mixer_plugin_update_track (XfceMixerPlugin
*mixer_plugin);
#ifdef HAVE_GST_MIXER_NOTIFICATION
-static gboolean xfce_mixer_plugin_bus_message (GstBus
*bus,
+static void xfce_mixer_plugin_bus_message (GstBus
*bus,
GstMessage
*message,
XfceMixerPlugin
*mixer_plugin);
#endif
Modified: xfce4-mixer/trunk/po/am.po
===================================================================
--- xfce4-mixer/trunk/po/am.po 2008-06-22 21:43:39 UTC (rev 27139)
+++ xfce4-mixer/trunk/po/am.po 2008-06-22 22:05:17 UTC (rev 27140)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: xfce4-mixer 4.4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-06-22 14:26+0200\n"
+"POT-Creation-Date: 2008-06-23 00:03+0200\n"
"PO-Revision-Date: 2007-07-07 10:23+0100\n"
"Last-Translator: tegegne tefera <[EMAIL PROTECTED]>\n"
"Language-Team: Amharic <[EMAIL PROTECTED]>\n"
@@ -16,13 +16,13 @@
"Content-Transfer-Encoding: 8bit\n"
#. Set tooltip (e.g. 'Master: 50%')
-#: ../panel-plugin/xfce-mixer-plugin.c:221
-#: ../panel-plugin/xfce-mixer-plugin.c:404
+#: ../panel-plugin/xfce-mixer-plugin.c:251
+#: ../panel-plugin/xfce-mixer-plugin.c:466
#, c-format
msgid "%s: %i%%"
msgstr ""
-#: ../panel-plugin/xfce-mixer-plugin.c:259
+#: ../panel-plugin/xfce-mixer-plugin.c:315
msgid "Could not find xfce4-mixer in PATH."
msgstr ""
Modified: xfce4-mixer/trunk/po/da.po
===================================================================
--- xfce4-mixer/trunk/po/da.po 2008-06-22 21:43:39 UTC (rev 27139)
+++ xfce4-mixer/trunk/po/da.po 2008-06-22 22:05:17 UTC (rev 27140)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: xfce 4-mixer\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-06-22 14:26+0200\n"
+"POT-Creation-Date: 2008-06-23 00:03+0200\n"
"PO-Revision-Date: 2008-05-18 21:16+0100\n"
"Last-Translator: Ole Guldberg <[EMAIL PROTECTED]>\n"
"Language-Team: Danish\n"
@@ -17,13 +17,13 @@
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. Set tooltip (e.g. 'Master: 50%')
-#: ../panel-plugin/xfce-mixer-plugin.c:221
-#: ../panel-plugin/xfce-mixer-plugin.c:404
+#: ../panel-plugin/xfce-mixer-plugin.c:251
+#: ../panel-plugin/xfce-mixer-plugin.c:466
#, c-format
msgid "%s: %i%%"
msgstr ""
-#: ../panel-plugin/xfce-mixer-plugin.c:259
+#: ../panel-plugin/xfce-mixer-plugin.c:315
msgid "Could not find xfce4-mixer in PATH."
msgstr ""
Modified: xfce4-mixer/trunk/po/de.po
===================================================================
--- xfce4-mixer/trunk/po/de.po 2008-06-22 21:43:39 UTC (rev 27139)
+++ xfce4-mixer/trunk/po/de.po 2008-06-22 22:05:17 UTC (rev 27140)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: xfce4-mixer SVN\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-06-22 14:26+0200\n"
+"POT-Creation-Date: 2008-06-23 00:03+0200\n"
"PO-Revision-Date: 2008-06-22 14:26+0200\n"
"Last-Translator: Jannis Pohlmann <[EMAIL PROTECTED]>\n"
"Language-Team: German <[EMAIL PROTECTED]>\n"
@@ -16,13 +16,13 @@
"Content-Transfer-Encoding: 8bit\n"
#. Set tooltip (e.g. 'Master: 50%')
-#: ../panel-plugin/xfce-mixer-plugin.c:221
-#: ../panel-plugin/xfce-mixer-plugin.c:404
+#: ../panel-plugin/xfce-mixer-plugin.c:251
+#: ../panel-plugin/xfce-mixer-plugin.c:466
#, c-format
msgid "%s: %i%%"
msgstr "%s: %i%%"
-#: ../panel-plugin/xfce-mixer-plugin.c:259
+#: ../panel-plugin/xfce-mixer-plugin.c:315
msgid "Could not find xfce4-mixer in PATH."
msgstr "Konnte xfce4-mixer nicht in PATH finden."
Modified: xfce4-mixer/trunk/po/fr.po
===================================================================
--- xfce4-mixer/trunk/po/fr.po 2008-06-22 21:43:39 UTC (rev 27139)
+++ xfce4-mixer/trunk/po/fr.po 2008-06-22 22:05:17 UTC (rev 27140)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: xfce 4-mixer\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-06-22 14:26+0200\n"
+"POT-Creation-Date: 2008-06-23 00:03+0200\n"
"PO-Revision-Date: 2008-02-26 23:23+0100\n"
"Last-Translator: Mike Massonnet <[EMAIL PROTECTED]>\n"
"Language-Team: French\n"
@@ -18,13 +18,13 @@
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. Set tooltip (e.g. 'Master: 50%')
-#: ../panel-plugin/xfce-mixer-plugin.c:221
-#: ../panel-plugin/xfce-mixer-plugin.c:404
+#: ../panel-plugin/xfce-mixer-plugin.c:251
+#: ../panel-plugin/xfce-mixer-plugin.c:466
#, c-format
msgid "%s: %i%%"
msgstr ""
-#: ../panel-plugin/xfce-mixer-plugin.c:259
+#: ../panel-plugin/xfce-mixer-plugin.c:315
msgid "Could not find xfce4-mixer in PATH."
msgstr ""
Modified: xfce4-mixer/trunk/po/id.po
===================================================================
--- xfce4-mixer/trunk/po/id.po 2008-06-22 21:43:39 UTC (rev 27139)
+++ xfce4-mixer/trunk/po/id.po 2008-06-22 22:05:17 UTC (rev 27140)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: xfce4-mixer\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-06-22 14:26+0200\n"
+"POT-Creation-Date: 2008-06-23 00:03+0200\n"
"PO-Revision-Date: 2008-05-20 17:04+0700\n"
"Last-Translator: Andhika Padmawan <[EMAIL PROTECTED]>\n"
"Language-Team: Indonesian <[EMAIL PROTECTED]>\n"
@@ -16,13 +16,13 @@
"Content-Transfer-Encoding: 8bit\n"
#. Set tooltip (e.g. 'Master: 50%')
-#: ../panel-plugin/xfce-mixer-plugin.c:221
-#: ../panel-plugin/xfce-mixer-plugin.c:404
+#: ../panel-plugin/xfce-mixer-plugin.c:251
+#: ../panel-plugin/xfce-mixer-plugin.c:466
#, c-format
msgid "%s: %i%%"
msgstr ""
-#: ../panel-plugin/xfce-mixer-plugin.c:259
+#: ../panel-plugin/xfce-mixer-plugin.c:315
msgid "Could not find xfce4-mixer in PATH."
msgstr ""
Modified: xfce4-mixer/trunk/po/nl.po
===================================================================
--- xfce4-mixer/trunk/po/nl.po 2008-06-22 21:43:39 UTC (rev 27139)
+++ xfce4-mixer/trunk/po/nl.po 2008-06-22 22:05:17 UTC (rev 27140)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: xfce4-mixer 4.5.0svn-r\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-06-22 14:26+0200\n"
+"POT-Creation-Date: 2008-06-23 00:03+0200\n"
"PO-Revision-Date: 2008-06-21 15:45+0200\n"
"Last-Translator: XFCE <[EMAIL PROTECTED]>\n"
"Language-Team: Dutch\n"
@@ -17,13 +17,13 @@
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. Set tooltip (e.g. 'Master: 50%')
-#: ../panel-plugin/xfce-mixer-plugin.c:221
-#: ../panel-plugin/xfce-mixer-plugin.c:404
+#: ../panel-plugin/xfce-mixer-plugin.c:251
+#: ../panel-plugin/xfce-mixer-plugin.c:466
#, c-format
msgid "%s: %i%%"
msgstr ""
-#: ../panel-plugin/xfce-mixer-plugin.c:259
+#: ../panel-plugin/xfce-mixer-plugin.c:315
msgid "Could not find xfce4-mixer in PATH."
msgstr ""
Modified: xfce4-mixer/trunk/po/pt_BR.po
===================================================================
--- xfce4-mixer/trunk/po/pt_BR.po 2008-06-22 21:43:39 UTC (rev 27139)
+++ xfce4-mixer/trunk/po/pt_BR.po 2008-06-22 22:05:17 UTC (rev 27140)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-06-22 14:26+0200\n"
+"POT-Creation-Date: 2008-06-23 00:03+0200\n"
"PO-Revision-Date: 2008-06-22 09:04-0300\n"
"Last-Translator: Fábio Nogueira <[EMAIL PROTECTED]>\n"
"Language-Team: Brazilian Portuguese <[EMAIL PROTECTED]>\n"
@@ -18,13 +18,13 @@
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. Set tooltip (e.g. 'Master: 50%')
-#: ../panel-plugin/xfce-mixer-plugin.c:221
-#: ../panel-plugin/xfce-mixer-plugin.c:404
+#: ../panel-plugin/xfce-mixer-plugin.c:251
+#: ../panel-plugin/xfce-mixer-plugin.c:466
#, c-format
msgid "%s: %i%%"
msgstr "%s: %i%%"
-#: ../panel-plugin/xfce-mixer-plugin.c:259
+#: ../panel-plugin/xfce-mixer-plugin.c:315
msgid "Could not find xfce4-mixer in PATH."
msgstr "Não foi possível encontrar o xfce4-mixer no CAMINHO."
@@ -34,7 +34,8 @@
#: ../panel-plugin/xfce-plugin-dialog.c:229
msgid "Please select which mixer track should be used by the plugin"
-msgstr "Por favor escolha qual o mixador de faixa que deverá ser usado pelo
plug-in"
+msgstr ""
+"Por favor escolha qual o mixador de faixa que deverá ser usado pelo plug-in"
#: ../panel-plugin/xfce-plugin-dialog.c:241
msgid "Sound card"
Modified: xfce4-mixer/trunk/po/pt_PT.po
===================================================================
--- xfce4-mixer/trunk/po/pt_PT.po 2008-06-22 21:43:39 UTC (rev 27139)
+++ xfce4-mixer/trunk/po/pt_PT.po 2008-06-22 22:05:17 UTC (rev 27140)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-06-22 14:26+0200\n"
+"POT-Creation-Date: 2008-06-23 00:03+0200\n"
"PO-Revision-Date: 2008-03-18 14:15+0100\n"
"Last-Translator: Nuno Miguel <[EMAIL PROTECTED]>\n"
"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
@@ -16,13 +16,13 @@
"Content-Transfer-Encoding: 8bit\n"
#. Set tooltip (e.g. 'Master: 50%')
-#: ../panel-plugin/xfce-mixer-plugin.c:221
-#: ../panel-plugin/xfce-mixer-plugin.c:404
+#: ../panel-plugin/xfce-mixer-plugin.c:251
+#: ../panel-plugin/xfce-mixer-plugin.c:466
#, c-format
msgid "%s: %i%%"
msgstr ""
-#: ../panel-plugin/xfce-mixer-plugin.c:259
+#: ../panel-plugin/xfce-mixer-plugin.c:315
msgid "Could not find xfce4-mixer in PATH."
msgstr ""
Modified: xfce4-mixer/trunk/po/ru.po
===================================================================
--- xfce4-mixer/trunk/po/ru.po 2008-06-22 21:43:39 UTC (rev 27139)
+++ xfce4-mixer/trunk/po/ru.po 2008-06-22 22:05:17 UTC (rev 27140)
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: xfce4-mixer 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-06-22 14:26+0200\n"
+"POT-Creation-Date: 2008-06-23 00:03+0200\n"
"PO-Revision-Date: 2008-01-14 20:00+0600\n"
"Last-Translator: Andrey Fedoseev <[EMAIL PROTECTED]>\n"
"Language-Team: Russian <[EMAIL PROTECTED]>\n"
@@ -20,13 +20,13 @@
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. Set tooltip (e.g. 'Master: 50%')
-#: ../panel-plugin/xfce-mixer-plugin.c:221
-#: ../panel-plugin/xfce-mixer-plugin.c:404
+#: ../panel-plugin/xfce-mixer-plugin.c:251
+#: ../panel-plugin/xfce-mixer-plugin.c:466
#, c-format
msgid "%s: %i%%"
msgstr ""
-#: ../panel-plugin/xfce-mixer-plugin.c:259
+#: ../panel-plugin/xfce-mixer-plugin.c:315
msgid "Could not find xfce4-mixer in PATH."
msgstr ""
Modified: xfce4-mixer/trunk/po/si.po
===================================================================
--- xfce4-mixer/trunk/po/si.po 2008-06-22 21:43:39 UTC (rev 27139)
+++ xfce4-mixer/trunk/po/si.po 2008-06-22 22:05:17 UTC (rev 27140)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: xfce4-mixer\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-06-22 14:26+0200\n"
+"POT-Creation-Date: 2008-06-23 00:03+0200\n"
"PO-Revision-Date: 2008-02-09 22:18+0530\n"
"Last-Translator: Rashan Anushka <[EMAIL PROTECTED]>\n"
"Language-Team: Sinhala <[EMAIL PROTECTED]>\n"
@@ -17,13 +17,13 @@
"X-Generator: KBabel 1.11.4\n"
#. Set tooltip (e.g. 'Master: 50%')
-#: ../panel-plugin/xfce-mixer-plugin.c:221
-#: ../panel-plugin/xfce-mixer-plugin.c:404
+#: ../panel-plugin/xfce-mixer-plugin.c:251
+#: ../panel-plugin/xfce-mixer-plugin.c:466
#, c-format
msgid "%s: %i%%"
msgstr ""
-#: ../panel-plugin/xfce-mixer-plugin.c:259
+#: ../panel-plugin/xfce-mixer-plugin.c:315
msgid "Could not find xfce4-mixer in PATH."
msgstr ""
Modified: xfce4-mixer/trunk/po/xfce4-mixer.pot
===================================================================
--- xfce4-mixer/trunk/po/xfce4-mixer.pot 2008-06-22 21:43:39 UTC (rev
27139)
+++ xfce4-mixer/trunk/po/xfce4-mixer.pot 2008-06-22 22:05:17 UTC (rev
27140)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-06-22 14:26+0200\n"
+"POT-Creation-Date: 2008-06-23 00:03+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
@@ -17,13 +17,13 @@
"Content-Transfer-Encoding: 8bit\n"
#. Set tooltip (e.g. 'Master: 50%')
-#: ../panel-plugin/xfce-mixer-plugin.c:221
-#: ../panel-plugin/xfce-mixer-plugin.c:404
+#: ../panel-plugin/xfce-mixer-plugin.c:251
+#: ../panel-plugin/xfce-mixer-plugin.c:466
#, c-format
msgid "%s: %i%%"
msgstr ""
-#: ../panel-plugin/xfce-mixer-plugin.c:259
+#: ../panel-plugin/xfce-mixer-plugin.c:315
msgid "Could not find xfce4-mixer in PATH."
msgstr ""
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits