libegg r911 - trunk/libegg/smclient



Author: chpe
Date: Fri Oct 17 19:13:57 2008
New Revision: 911
URL: http://svn.gnome.org/viewvc/libegg?rev=911&view=rev

Log:
Use G_OPTION_ARG_FILENAME here.

Modified:
   trunk/libegg/smclient/eggsmclient.c

Modified: trunk/libegg/smclient/eggsmclient.c
==============================================================================
--- trunk/libegg/smclient/eggsmclient.c	(original)
+++ trunk/libegg/smclient/eggsmclient.c	Fri Oct 17 19:13:57 2008
@@ -184,7 +184,7 @@
     G_OPTION_ARG_NONE, &sm_client_disable,
     N_("Disable connection to session manager"), NULL },
   { "sm-client-state-file", 0, 0,
-    G_OPTION_ARG_STRING, &sm_client_state_file,
+    G_OPTION_ARG_FILENAME, &sm_client_state_file,
     N_("Specify file containing saved configuration"), N_("FILE") },
   { "sm-client-id", 0, 0,
     G_OPTION_ARG_STRING, &sm_client_id,



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