[gnome-panel/wip/3.0-freeze-break: 8/32] panel: Drop hidden --profile argument, used for < 2.10 compatibility
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-panel/wip/3.0-freeze-break: 8/32] panel: Drop hidden --profile argument, used for < 2.10 compatibility
- Date: Thu, 24 Mar 2011 17:53:21 +0000 (UTC)
commit 9c6315dc8b180dd5dde01121d4faafb2ae16fdac
Author: Vincent Untz <vuntz gnome org>
Date: Wed Mar 23 10:55:24 2011 +0100
panel: Drop hidden --profile argument, used for < 2.10 compatibility
gnome-panel/main.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gnome-panel/main.c b/gnome-panel/main.c
index e6a0d56..2b1b32f 100644
--- a/gnome-panel/main.c
+++ b/gnome-panel/main.c
@@ -38,13 +38,10 @@
GSList *panels = NULL;
GSList *panel_list = NULL;
-static char *deprecated_profile;
static gboolean replace = FALSE;
static const GOptionEntry options[] = {
{ "replace", 0, 0, G_OPTION_ARG_NONE, &replace, N_("Replace a currently running panel"), NULL },
- /* keep this for compatibilty with old GNOME < 2.10 */
- { "profile", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_STRING, &deprecated_profile, NULL, NULL },
{ NULL }
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]