summaryrefslogtreecommitdiff
path: root/cut-n-paste-code
diff options
context:
space:
mode:
Diffstat (limited to 'cut-n-paste-code')
-rw-r--r--cut-n-paste-code/libegg/eggsmclient.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/cut-n-paste-code/libegg/eggsmclient.c b/cut-n-paste-code/libegg/eggsmclient.c
index 7dc0f8a8..4886f147 100644
--- a/cut-n-paste-code/libegg/eggsmclient.c
+++ b/cut-n-paste-code/libegg/eggsmclient.c
@@ -360,10 +360,9 @@ egg_sm_client_get (void)
if (!global_client)
global_client = g_object_new (EGG_TYPE_SM_CLIENT, NULL);
/*FIXME
- /*Disabling when root/not in MATE in GtkApplication builds
- /*as egg_sm_client_set_mode must be called prior to start of main loop
- /*to stop caja restart but this is diffcult in GtkApplication
- */
+ Disabling when root/not in MATE in GtkApplication builds
+ as egg_sm_client_set_mode must be called prior to start of main loop
+ to stop caja restart but this is diffcult in GtkApplication */
if (geteuid () == 0 || !running_in_mate ()){
global_client = g_object_new (EGG_TYPE_SM_CLIENT, NULL);