From dc290b1f61187ed35e44613c945b6c194ab4e834 Mon Sep 17 00:00:00 2001 From: Sivaiah Nallagatla Date: Thu, 19 Aug 2004 04:36:47 +0000 Subject: select names dialog can not be modal as password dialogs can come up while 2004-08-18 Sivaiah Nallagatla * gui/component/select-names/e-select-names.c (e_select_names_init) : select names dialog can not be modal as password dialogs can come up while user is in this dialog for address books which require authentication like groupwise and LDAP FIxes #63257 svn path=/trunk/; revision=26971 --- addressbook/gui/component/select-names/e-select-names.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/component/select-names') diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index 5ea291b32e..3cdf807ef4 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -498,7 +498,7 @@ e_select_names_init (ESelectNames *e_select_names) GTK_STOCK_OK, GTK_RESPONSE_OK, NULL); - gtk_window_set_modal (GTK_WINDOW (e_select_names), TRUE); + gtk_window_set_modal (GTK_WINDOW (e_select_names), FALSE); gtk_window_set_default_size (GTK_WINDOW (e_select_names), 472, 512); gtk_window_set_title (GTK_WINDOW (e_select_names), _("Select Contacts from Address Book")); gtk_window_set_resizable (GTK_WINDOW (e_select_names), TRUE); -- cgit v1.2.3