From: Sergio Villar Senin Date: Mon, 9 Mar 2009 11:56:43 +0000 (+0000) Subject: Fixes the new folder dialog in Diablo X-Git-Tag: git_migration_finished~421 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=d4cf31dfb2ee36ca99ffb1f08ee2ebddf57d81ed;hp=8232a4f0a099ec16755c16d496b67f0d3ae7b185 Fixes the new folder dialog in Diablo pmo-trunk-r7845 --- 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;