Updating branch refs/heads/aliov/hal-deprecation
to 2edf92df6b1acfe3b43e8cadd61672ab45000997 (commit)
from f0b7814ec07b05a24dbe609f9e38408a341855df (commit)
commit 2edf92df6b1acfe3b43e8cadd61672ab45000997
Author: Ali Abdallah <[email protected]>
Date: Wed Feb 3 18:21:47 2010 +0100
Fix a typo for system bus ckeck.
xfce4-session/xfsm-manager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/xfce4-session/xfsm-manager.c b/xfce4-session/xfsm-manager.c
index cf8f902..e0dcdf4 100644
--- a/xfce4-session/xfsm-manager.c
+++ b/xfce4-session/xfsm-manager.c
@@ -257,7 +257,7 @@ xfsm_manager_init (XfsmManager *manager)
#ifdef ENABLE_CONSOLE_KIT
manager->system_bus = dbus_g_bus_get (DBUS_BUS_SYSTEM, &error);
- if ( G_LIKELY (manager->system_bus == NULL) )
+ if ( G_LIKELY (manager->system_bus != NULL) )
{
xfsm_manager_consolekit_init (manager);
}
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits