ayatana-commits team mailing list archive
-
ayatana-commits team
-
Mailing list archive
-
Message #01230
[Branch ~indicator-applet-developers/indicator-messages/trunk] Rev 173: Fix to use translated string.
Merge authors:
Ted Gould (ted)
Related merge proposals:
https://code.launchpad.net/~ted/indicator-messages/bug540148/+merge/21583
proposed by: Ted Gould (ted)
review: Approve - Cody Russell (bratsche)
------------------------------------------------------------
revno: 173 [merge]
committer: Ted Gould <ted@xxxxxxxx>
branch nick: trunk
timestamp: Wed 2010-03-17 15:51:10 -0500
message:
Fix to use translated string.
modified:
src/launcher-menu-item.c
--
lp:indicator-messages
https://code.launchpad.net/~indicator-applet-developers/indicator-messages/trunk
Your team ayatana-commits is subscribed to branch lp:indicator-messages.
To unsubscribe from this branch go to https://code.launchpad.net/~indicator-applet-developers/indicator-messages/trunk/+edit-subscription.
=== modified file 'src/launcher-menu-item.c'
--- src/launcher-menu-item.c 2010-03-04 20:36:31 +0000
+++ src/launcher-menu-item.c 2010-03-17 18:34:27 +0000
@@ -167,7 +167,7 @@
if (default_name == NULL) {
dbusmenu_menuitem_property_set(DBUSMENU_MENUITEM(self), DBUSMENU_MENUITEM_PROP_LABEL, launcher_menu_item_get_name(self));
} else {
- dbusmenu_menuitem_property_set(DBUSMENU_MENUITEM(self), DBUSMENU_MENUITEM_PROP_LABEL, default_name);
+ dbusmenu_menuitem_property_set(DBUSMENU_MENUITEM(self), DBUSMENU_MENUITEM_PROP_LABEL, _(default_name));
}
gchar * iconstr;