Merged the fix for bug 87350
authorVivek Sekar <viveksekar@gmail.com>
Mon, 11 Aug 2008 08:19:00 +0000 (08:19 +0000)
committerVivek Sekar <viveksekar@gmail.com>
Mon, 11 Aug 2008 08:19:00 +0000 (08:19 +0000)
pmo-diablo-r5282

src/maemo/modest-msg-edit-window.c

index b340c34..27ce464 100644 (file)
@@ -2156,6 +2156,9 @@ modest_msg_edit_window_insert_image (ModestMsgEditWindow *window)
 
        modest_maemo_utils_setup_images_filechooser (GTK_FILE_CHOOSER (dialog));
 
+       modest_window_mgr_set_modal (modest_runtime_get_window_mgr (), 
+                                    GTK_WINDOW (dialog));
+
        response = gtk_dialog_run (GTK_DIALOG (dialog));
        switch (response) {
        case GTK_RESPONSE_OK: