[evolution-patches] Exchange Connector: Fix for 65047
- From: Sushma Rai <rsushma novell com>
- To: release-team gnome org, evolution-patches lists ximian com
- Subject: [evolution-patches] Exchange Connector: Fix for 65047
- Date: Wed, 27 Oct 2004 10:59:28 +0530
This patch was sets the window non modal so that
user selection dialog gets the focus.
Thanks,
Sushma.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-exchange/ChangeLog,v
retrieving revision 1.139.2.18
diff -u -r1.139.2.18 ChangeLog
--- ChangeLog 14 Oct 2004 08:25:31 -0000 1.139.2.18
+++ ChangeLog 27 Oct 2004 05:30:31 -0000
@@ -1,3 +1,9 @@
+2004-10-26 Sushma Rai <rsushma novell com>
+
+ * lib/e2k-user-dialog.c (addressbook_clicked_cb): Setting
+ the window non-modal, so that the user selection dialog
+ gets the focus. Fixes #65047
+
2004-10-14 Frederic Crozat <fcrozat mandrakesoft com>
* camel/camel-exchange-provider.c: (camel_provider_module_init):
Index: lib/e2k-user-dialog.c
===================================================================
RCS file: /cvs/gnome/evolution-exchange/lib/e2k-user-dialog.c,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 e2k-user-dialog.c
--- lib/e2k-user-dialog.c 11 May 2004 15:15:58 -0000 1.1.1.2
+++ lib/e2k-user-dialog.c 27 Oct 2004 05:30:32 -0000
@@ -124,6 +124,7 @@
E2kUserDialogPrivate *priv;
CORBA_Environment ev;
+ gtk_window_set_modal (GTK_WINDOW (dialog), FALSE);
priv = dialog->priv;
CORBA_exception_init (&ev);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]