From 30042452b679b31bdf0f51918e55c76d644dc772 Mon Sep 17 00:00:00 2001 From: Boby Wang Date: Sat, 22 Jul 2006 10:00:15 +0000 Subject: ** Fixes bug #347381 2006-07-20 Boby Wang ** Fixes bug #347381 * gui/contact-editor/e-contact-editor.c: (image_clicked): Set the image chooser dialog to modal dialog, then we can focus back to the chooser dialog by svn path=/trunk/; revision=32376 --- addressbook/gui/contact-editor/e-contact-editor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'addressbook/gui/contact-editor') diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 0a385da616..9d736573b7 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -2848,6 +2848,7 @@ image_clicked (GtkWidget *button, EContactEditor *editor) /* Display the dialog */ + gtk_window_set_modal (GTK_WINDOW (editor->file_selector), TRUE); gtk_window_present (GTK_WINDOW (editor->file_selector)); } -- cgit v1.2.3