aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations
diff options
context:
space:
mode:
authorMilan Crha <mcrha@src.gnome.org>2007-08-10 14:10:35 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-08-10 14:10:35 +0800
commitf02772e536c4bdda07a50bd09f38c92b7c8feebf (patch)
treeb797a37676b137cb6cf354630e27d2d99d3b64d7 /plugins/exchange-operations
parent249152e57024aa04d383565d0d14cbb39c5df7db (diff)
downloadgsoc2013-evolution-f02772e536c4bdda07a50bd09f38c92b7c8feebf.tar
gsoc2013-evolution-f02772e536c4bdda07a50bd09f38c92b7c8feebf.tar.gz
gsoc2013-evolution-f02772e536c4bdda07a50bd09f38c92b7c8feebf.tar.bz2
gsoc2013-evolution-f02772e536c4bdda07a50bd09f38c92b7c8feebf.tar.lz
gsoc2013-evolution-f02772e536c4bdda07a50bd09f38c92b7c8feebf.tar.xz
gsoc2013-evolution-f02772e536c4bdda07a50bd09f38c92b7c8feebf.tar.zst
gsoc2013-evolution-f02772e536c4bdda07a50bd09f38c92b7c8feebf.zip
2007-08-10 mcrha Fix for bug #327977
svn path=/trunk/; revision=33972
Diffstat (limited to 'plugins/exchange-operations')
-rw-r--r--plugins/exchange-operations/ChangeLog7
-rw-r--r--plugins/exchange-operations/exchange-account-setup.c3
2 files changed, 9 insertions, 1 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog
index 99ba8b5e97..46acbd6f45 100644
--- a/plugins/exchange-operations/ChangeLog
+++ b/plugins/exchange-operations/ChangeLog
@@ -1,3 +1,10 @@
+2007-08-10 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #327977
+
+ * exchange-account-setup.c: (owa_authenticate_user):
+ Pass parent window to call of e2k_validate_user.
+
2007-07-31 Veerapuram Varadhan <vvaradhan@novell.com>
* exchange-delegates-user.c: (exchange_delegates_user_edit):
diff --git a/plugins/exchange-operations/exchange-account-setup.c b/plugins/exchange-operations/exchange-account-setup.c
index 81b2dfdece..28a9445bfc 100644
--- a/plugins/exchange-operations/exchange-account-setup.c
+++ b/plugins/exchange-operations/exchange-account-setup.c
@@ -468,7 +468,8 @@ owa_authenticate_user(GtkWidget *button, EConfig *config)
key [strlen(key) -1] = 0;
valid = e2k_validate_user (owa_url, key, &url->user, exchange_params,
- &remember_password, &result);
+ &remember_password, &result,
+ GTK_WINDOW (gtk_widget_get_toplevel (button)));
g_free (key);
if (!valid && result != E2K_AUTOCONFIG_CANCELLED)