From 15963543eff3dfaec694f12c1a34129b44f518a3 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 3 Mar 2005 06:19:59 +0000 Subject: (forgot to commit this from ages ago) 2005-02-16 Not Zed * groupwise-account-setup.c (org_gnome_gw_account_setup): return NULL, not an invisible, so it doesn't interfere with account editor. svn path=/trunk/; revision=28946 --- plugins/groupwise-account-setup/ChangeLog | 6 ++++++ plugins/groupwise-account-setup/groupwise-account-setup.c | 7 +++---- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'plugins') diff --git a/plugins/groupwise-account-setup/ChangeLog b/plugins/groupwise-account-setup/ChangeLog index b5ab43c75c..7e174dd0f6 100644 --- a/plugins/groupwise-account-setup/ChangeLog +++ b/plugins/groupwise-account-setup/ChangeLog @@ -1,3 +1,9 @@ +2005-02-16 Not Zed + + * groupwise-account-setup.c (org_gnome_gw_account_setup): return + NULL, not an invisible, so it doesn't interfere with account + editor. + 2005-02-23 JP Rosevear * org-gnome-gw-account-setup.eplug.in: add account wizard item diff --git a/plugins/groupwise-account-setup/groupwise-account-setup.c b/plugins/groupwise-account-setup/groupwise-account-setup.c index 930585e74d..4ac187f20a 100644 --- a/plugins/groupwise-account-setup/groupwise-account-setup.c +++ b/plugins/groupwise-account-setup/groupwise-account-setup.c @@ -56,12 +56,11 @@ GtkWidget * org_gnome_gw_account_setup(struct _EPlugin *epl, struct _EConfigHookItemFactoryData *data) { GtkWidget *w; - + if (data->old) return data->old; /* FIXME, with new soap camel provider we don't need extra settings in receiving options page, Remove them from camel-groupwise-provider.c once soap provider is ready and add any groupwise sepcific settings like "add contacts automatically to Frequent contacts folder" here*/ - - w = gtk_invisible_new (); - return w; + + return NULL; } -- cgit v1.2.3