Merge lp:~ted/indicator-session/switch-user into lp:indicator-session/0.1

Proposed by Ted Gould
Status: Merged
Merged at revision: not available
Proposed branch: lp:~ted/indicator-session/switch-user
Merge into: lp:indicator-session/0.1
Diff against target: 12 lines
1 file modified
src/users-service.c (+1/-1)
To merge this branch: bzr merge lp:~ted/indicator-session/switch-user
Reviewer Review Type Date Requested Status
Neil J. Patel (community) Approve
Review via email: mp+12891@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ted Gould (ted) wrote :

String fix.

Revision history for this message
Neil J. Patel (njpatel) wrote :

Approved.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/users-service.c'
2--- src/users-service.c 2009-09-30 02:03:36 +0000
3+++ src/users-service.c 2009-10-05 20:40:22 +0000
4@@ -342,7 +342,7 @@
5 if (check_new_session ())
6 {
7 mi = dbusmenu_menuitem_new ();
8- dbusmenu_menuitem_property_set (mi, DBUSMENU_MENUITEM_PROP_LABEL, _("New Session..."));
9+ dbusmenu_menuitem_property_set (mi, DBUSMENU_MENUITEM_PROP_LABEL, _("Switch User..."));
10 dbusmenu_menuitem_child_append (root, mi);
11 g_signal_connect (G_OBJECT (mi), DBUSMENU_MENUITEM_SIGNAL_ITEM_ACTIVATED, G_CALLBACK (activate_new_session), NULL);
12 }

Subscribers

People subscribed via source and target branches