Updating branch refs/heads/master
to dddf3232a52dd770b0d726e2ce7658e5ac40fe47 (commit)
from c45e8278b8fff5d3d41c480c6e51a04ce6a6c448 (commit)
commit dddf3232a52dd770b0d726e2ce7658e5ac40fe47
Author: Nick Schermer <[email protected]>
Date: Sun Jul 18 19:54:06 2010 +0200
Fix typo in shutdown code.
xfce4-session/xfsm-shutdown-helper.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/xfce4-session/xfsm-shutdown-helper.c
b/xfce4-session/xfsm-shutdown-helper.c
index ed687a0..b88e07b 100644
--- a/xfce4-session/xfsm-shutdown-helper.c
+++ b/xfce4-session/xfsm-shutdown-helper.c
@@ -1033,8 +1033,8 @@ xfsm_shutdown_helper_check_backends (XfsmShutdownHelper
*helper)
if ( helper->devkit_is_upower )
{
- action_hibernate = "org.freedesktop.upower.suspend";
- action_suspend = "org.freedesktop.upower.hibernate";
+ action_hibernate = "org.freedesktop.upower.hibernate";
+ action_suspend = "org.freedesktop.upower.suspend";
}
else
{
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits