libegg r898 - trunk/libegg/smclient



Author: chpe
Date: Wed Sep 24 11:27:28 2008
New Revision: 898
URL: http://svn.gnome.org/viewvc/libegg?rev=898&view=rev

Log:
Add a hidden --sm-disable option for compatibility with GnomeClient.

Modified:
   trunk/libegg/smclient/eggsmclient.c

Modified: trunk/libegg/smclient/eggsmclient.c
==============================================================================
--- trunk/libegg/smclient/eggsmclient.c	(original)
+++ trunk/libegg/smclient/eggsmclient.c	Wed Sep 24 11:27:28 2008
@@ -189,6 +189,10 @@
   { "sm-client-id", 0, 0,
     G_OPTION_ARG_STRING, &sm_client_id,
     N_("Specify session management ID"), N_("ID") },
+  /* Compatibility options */
+  { "sm-disable", 0, G_OPTION_FLAG_HIDDEN,
+    G_OPTION_ARG_NONE, &sm_client_disable,
+    NULL, NULL },
   { NULL }
 };
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]