diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 1 |
1 files changed, 1 insertions, 0 deletions
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)); } |