Fixes NB#63571
authorFelipe Erias Morandeira <femorandeira@igalia.com>
Mon, 26 Nov 2007 16:09:46 +0000 (16:09 +0000)
committerFelipe Erias Morandeira <femorandeira@igalia.com>
Mon, 26 Nov 2007 16:09:46 +0000 (16:09 +0000)
commitb48954c32882b59110f8f1926c04b9a391289c90
tree3602447231a56d4b64a5c1854370fee4542a6bff
parentfd689907e634d61e6020fa2a2b0b71cf9177c20e
Fixes NB#63571
Changed the name modest_platform_connect_and_perform_if_network_folderstore(..), that now is modest_platform_connect_if_remote_and_perform(..).
Removed modest_platform_connect_and_perform_if_network_account, because the above function performs the same task.
Changed modest_ui_actions_create_folder to use the asynchronous call modest_platform_connect_if_remote_and_perform(..).
Added a call to gtk_tree_model_filter_refilter(tree_model) by the end of on_row_inserted_maybe_select_folder(..) in modest-folder-view.c, so the folder with the new name is shown.

pmo-trunk-r3815
src/maemo/modest-platform.c
src/modest-platform.h
src/modest-ui-actions.c
src/widgets/modest-folder-view.c