Merged fix for bug 87350 from trunk.
authorVivek Sekar <viveksekar@gmail.com>
Tue, 19 Aug 2008 10:00:23 +0000 (10:00 +0000)
committerVivek Sekar <viveksekar@gmail.com>
Tue, 19 Aug 2008 10:00:23 +0000 (10:00 +0000)
pmo-diablo-r5327

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

index 09401e8..eef3774 100644 (file)
@@ -2147,6 +2147,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: