From d4cf31dfb2ee36ca99ffb1f08ee2ebddf57d81ed Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Mon, 9 Mar 2009 11:56:43 +0000 Subject: [PATCH] Fixes the new folder dialog in Diablo pmo-trunk-r7845 --- src/maemo/modest-platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/maemo/modest-platform.c b/src/maemo/modest-platform.c index 0eca33f..5472fbe 100644 --- a/src/maemo/modest-platform.c +++ b/src/maemo/modest-platform.c @@ -792,7 +792,7 @@ modest_platform_run_new_folder_dialog (GtkWindow *parent_window, g_free(real_suggested_name); if (parent_folder != NULL) { - parent_folder = suggested_parent?g_object_ref (suggested_parent): NULL; + *parent_folder = suggested_parent?g_object_ref (suggested_parent): NULL; } return result; -- 1.7.9.5