From c40426295673c6f74a7dacbdfca184b83ad9575c Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Mon, 13 Oct 2008 09:58:55 +0000 Subject: [PATCH] * Fixes NB#85528, merged from trunk pmo-diablo-r6019 --- src/maemo/modest-platform.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/maemo/modest-platform.c b/src/maemo/modest-platform.c index 3b72f02..8f70d50 100644 --- a/src/maemo/modest-platform.c +++ b/src/maemo/modest-platform.c @@ -1049,8 +1049,9 @@ modest_platform_run_information_dialog (GtkWindow *parent_window, GtkWidget *note; note = hildon_note_new_information (parent_window, message); - modest_window_mgr_set_modal (modest_runtime_get_window_mgr (), - GTK_WINDOW (note)); + if (block) + modest_window_mgr_set_modal (modest_runtime_get_window_mgr (), + GTK_WINDOW (note)); if (block) { gtk_dialog_run (GTK_DIALOG (note)); -- 1.7.9.5