gnome-terminal r3388 - branches/gnome-2-26/src
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-terminal r3388 - branches/gnome-2-26/src
- Date: Mon, 23 Mar 2009 11:38:10 +0000 (UTC)
Author: chpe
Date: Mon Mar 23 11:38:10 2009
New Revision: 3388
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=3388&view=rev
Log:
Add dummy --sm-config-prefix option to EggSMClient for compatibility
with GnomeClient. Bug #575308.
Modified:
branches/gnome-2-26/src/eggsmclient.c
Modified: branches/gnome-2-26/src/eggsmclient.c
==============================================================================
--- branches/gnome-2-26/src/eggsmclient.c (original)
+++ branches/gnome-2-26/src/eggsmclient.c Mon Mar 23 11:38:10 2009
@@ -178,6 +178,7 @@
static gboolean sm_client_disable = FALSE;
static char *sm_client_state_file = NULL;
static char *sm_client_id = NULL;
+static char *sm_config_prefix = NULL;
static gboolean
sm_client_post_parse_func (GOptionContext *context,
@@ -232,6 +233,9 @@
{ "sm-disable", 0, G_OPTION_FLAG_HIDDEN,
G_OPTION_ARG_NONE, &sm_client_disable,
NULL, NULL },
+ { "sm-config-prefix", 0, G_OPTION_FLAG_HIDDEN,
+ G_OPTION_ARG_STRING, &sm_config_prefix,
+ NULL, NULL },
{ NULL }
};
GOptionGroup *group;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]