← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~ted/indicator-session/go-to-sleep into lp:indicator-session

 

Ted Gould has proposed merging lp:~ted/indicator-session/go-to-sleep into lp:indicator-session.

Requested reviews:
  Indicator Applet Developers (indicator-applet-developers)


Changing the menu item to 'Suspend'
-- 
https://code.launchpad.net/~ted/indicator-session/go-to-sleep/+merge/22162
Your team ayatana-commits is subscribed to branch lp:indicator-session.
=== modified file 'src/session-service.c'
--- src/session-service.c	2010-03-18 19:01:25 +0000
+++ src/session-service.c	2010-03-25 18:20:37 +0000
@@ -637,7 +637,7 @@
 
 	if (can_suspend && allow_suspend) {
 		suspend_mi = dbusmenu_menuitem_new();
-		dbusmenu_menuitem_property_set(suspend_mi, DBUSMENU_MENUITEM_PROP_LABEL, _("Sleep"));
+		dbusmenu_menuitem_property_set(suspend_mi, DBUSMENU_MENUITEM_PROP_LABEL, _("Suspend"));
 		dbusmenu_menuitem_child_append(root, suspend_mi);
 		g_signal_connect(G_OBJECT(suspend_mi), DBUSMENU_MENUITEM_SIGNAL_ITEM_ACTIVATED, G_CALLBACK(machine_sleep), "Suspend");
 	}


Follow ups