X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-platform.c;h=5472fbe97f1a334993c26c5bcc00bedd924b4f7d;hp=0eca33f30c94bdc6c46c7bb8a0deb5331641c508;hb=d4cf31dfb2ee36ca99ffb1f08ee2ebddf57d81ed;hpb=8232a4f0a099ec16755c16d496b67f0d3ae7b185 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;