From 614642401ca9368814f29978dbbbda988d6df18c Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 23 Nov 2007 09:38:33 +0000 Subject: ** Fix for bug #479081 2007-11-23 Milan Crha ** Fix for bug #479081 * exchange-account-setup.c: (org_gnome_exchange_owa_url): Check for input validity immediately after creating setup widgets. svn path=/trunk/; revision=34572 --- plugins/exchange-operations/exchange-account-setup.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/exchange-operations/exchange-account-setup.c') diff --git a/plugins/exchange-operations/exchange-account-setup.c b/plugins/exchange-operations/exchange-account-setup.c index 9707006f4b..0213247c5a 100644 --- a/plugins/exchange-operations/exchange-account-setup.c +++ b/plugins/exchange-operations/exchange-account-setup.c @@ -658,6 +658,9 @@ org_gnome_exchange_owa_url(EPlugin *epl, EConfigHookItemFactoryData *data) /* Track the authenticate label, so we can destroy it if e-config is to destroy the hbox */ g_object_set_data((GObject *)hbox, "authenticate-label", label); + /* check for correctness of the input in the owa_entry */ + owa_editor_entry_changed (owa_entry, data->config); + g_free (owa_url); return hbox; } -- cgit v1.2.3