From: Jose Dapena Paz Date: Thu, 26 Feb 2009 14:59:22 +0000 (+0000) Subject: Unparent cert details dialog, to show properly in wm (fixes NB#103531) X-Git-Tag: git_migration_finished~469 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=c3f4ba6f998b34ce578ab3f8b6c72b7394061daa Unparent cert details dialog, to show properly in wm (fixes NB#103531) pmo-trunk-r7698 --- diff --git a/src/hildon2/modest-platform.c b/src/hildon2/modest-platform.c index 030da3f..e5a9d93 100644 --- a/src/hildon2/modest-platform.c +++ b/src/hildon2/modest-platform.c @@ -1869,7 +1869,7 @@ on_cert_dialog_response (GtkDialog *dialog, gint response_id, const gchar* cert g_signal_stop_emission_by_name (dialog, "response"); msg = g_strdup_printf (_("mcen_ni_view_unknown_certificate"), cert); - note = hildon_note_new_information (GTK_WINDOW(dialog), msg); + note = hildon_note_new_information (NULL, msg); gtk_dialog_run (GTK_DIALOG(note)); gtk_widget_destroy (note); }