← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~ted/indicator-session/merge into lp:indicator-session

 

Ted Gould has proposed merging lp:~ted/indicator-session/merge into lp:indicator-session.

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


Changes the names to match the current ones sent by upower

-- 
https://code.launchpad.net/~ted/indicator-session/merge/+merge/20017
Your team ayatana-commits is subscribed to branch lp:indicator-session.
=== modified file 'src/session-service.c'
--- src/session-service.c	2010-02-18 15:36:34 +0000
+++ src/session-service.c	2010-02-25 17:44:15 +0000
@@ -226,7 +226,7 @@
 		                                       G_TYPE_STRING,
 		                                       UP_INTERFACE,
 		                                       G_TYPE_STRING,
-		                                       "can-suspend",
+		                                       "CanSuspend",
 		                                       G_TYPE_INVALID,
 		                                       G_TYPE_VALUE,
 		                                       G_TYPE_INVALID);
@@ -242,7 +242,7 @@
 		                                         G_TYPE_STRING,
 		                                         UP_INTERFACE,
 		                                         G_TYPE_STRING,
-		                                         "can-hibernate",
+		                                         "CanHibernate",
 		                                         G_TYPE_INVALID,
 		                                         G_TYPE_VALUE,
 		                                         G_TYPE_INVALID);


Follow ups