summaryrefslogtreecommitdiff
path: root/mate-panel/libegg/eggsmclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/libegg/eggsmclient.c')
-rw-r--r--mate-panel/libegg/eggsmclient.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mate-panel/libegg/eggsmclient.c b/mate-panel/libegg/eggsmclient.c
index 2f65a75e..ae423051 100644
--- a/mate-panel/libegg/eggsmclient.c
+++ b/mate-panel/libegg/eggsmclient.c
@@ -344,10 +344,10 @@ egg_sm_client_get (void)
* (since it supports state saving) and fall back to D-Bus
* if XSMP isn't available.
*/
-# ifdef EGG_SM_CLIENT_BACKEND_XSMP
+#ifdef EGG_SM_CLIENT_BACKEND_XSMP
global_client = egg_sm_client_xsmp_new ();
-# endif
-# ifdef EGG_SM_CLIENT_BACKEND_DBUS
+#endif
+#ifdef EGG_SM_CLIENT_BACKEND_DBUS
if (!global_client)
global_client = egg_sm_client_dbus_new ();
# endif