projects
/
modest
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f64fdbc
)
* Fixes NB#87350, is the classical close with parent for dialogs. That dialog was...
author
Sergio Villar Senin
<svillar@igalia.com>
Tue, 5 Aug 2008 17:46:54 +0000
(17:46 +0000)
committer
Sergio Villar Senin
<svillar@igalia.com>
Tue, 5 Aug 2008 17:46:54 +0000
(17:46 +0000)
pmo-trunk-r5266
src/maemo/modest-msg-edit-window.c
patch
|
blob
|
history
diff --git
a/src/maemo/modest-msg-edit-window.c
b/src/maemo/modest-msg-edit-window.c
index
eb99430
..
35b656a
100644
(file)
--- a/
src/maemo/modest-msg-edit-window.c
+++ b/
src/maemo/modest-msg-edit-window.c
@@
-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: