X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fhildon2%2Fmodest-platform.c;h=06fb75412c8ad55ee9cdf2a494d4a3d1be8140f7;hb=5c9abd002cf666909782f21285a3b3411b277710;hp=83d6d035b07f3a58bc2bf8192dbddeaa391a69e3;hpb=b9109a92b5c79be4c050d1edbf7850859fe4553d;p=modest diff --git a/src/hildon2/modest-platform.c b/src/hildon2/modest-platform.c index 83d6d03..06fb754 100644 --- a/src/hildon2/modest-platform.c +++ b/src/hildon2/modest-platform.c @@ -2470,10 +2470,10 @@ move_to_dialog_show_folders (GtkWidget *dialog, TnyFolderStore *folder_store) account = TNY_ACCOUNT (folder_store); if (modest_tny_account_is_virtual_local_folders (account)) { - account_id = NULL; + account_id = ""; selection_label_text = g_strconcat (_("TODO: local folders"), "/", NULL); } else { - account_id = modest_tny_account_get_parent_modest_account_name_for_server_account (account); + account_id = tny_account_get_id (account); selection_label_text = g_strconcat (tny_account_get_name (account), "/", NULL); }