[Xfce4-commits] <xfce4-panel:devel> Ouch, remove old sm-client-id option entry.
Nick Schermer
noreply at xfce.org
Thu Nov 19 21:44:01 CET 2009
Updating branch refs/heads/devel
to c228694229d90f882092e56cd04aa68650d5248f (commit)
from 3cdd05b2b4e765c62a5f53df196410965fd5cd0a (commit)
commit c228694229d90f882092e56cd04aa68650d5248f
Author: Nick Schermer <nick at xfce.org>
Date: Wed Nov 18 18:23:28 2009 +0100
Ouch, remove old sm-client-id option entry.
panel/main.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/panel/main.c b/panel/main.c
index f70c7e0..48e121d 100644
--- a/panel/main.c
+++ b/panel/main.c
@@ -56,7 +56,6 @@ static gchar *opt_add = NULL;
static gboolean opt_restart = FALSE;
static gboolean opt_quit = FALSE;
static gboolean opt_version = FALSE;
-static gchar *opt_client_id = NULL;
static gchar **opt_arguments = NULL;
@@ -79,7 +78,6 @@ static GOptionEntry option_entries[] =
{ "restart", 'r', 0, G_OPTION_ARG_NONE, &opt_restart, N_("Restart the running panel instance"), NULL },
{ "quit", 'q', 0, G_OPTION_ARG_NONE, &opt_quit, N_("Quit the running panel instance"), NULL },
{ "version", 'V', 0, G_OPTION_ARG_NONE, &opt_version, N_("Print version information and exit"), NULL },
- { "sm-client-id", '\0', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_STRING, &opt_client_id, NULL, NULL },
{ G_OPTION_REMAINING, '\0', 0, G_OPTION_ARG_STRING_ARRAY, &opt_arguments, NULL, NULL },
{ NULL }
};
More information about the Xfce4-commits
mailing list