X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-ui-actions.h;h=58550602e807760502e3c5be4ac9bb5710b9df64;hp=f63bdc216a9aef30dc8aeaa55262e5f2583cd540;hb=94a4612a68cf9129d80418e40d177911297b76e7;hpb=8eb87055216f549c737d2126f33d1fc913f2632d diff --git a/src/modest-ui-actions.h b/src/modest-ui-actions.h index f63bdc2..5855060 100644 --- a/src/modest-ui-actions.h +++ b/src/modest-ui-actions.h @@ -240,11 +240,6 @@ void modest_ui_actions_on_delete_folder (GtkAction *action, void modest_ui_actions_on_move_folder_to_trash_folder (GtkAction *action, ModestMainWindow *main_window); -/* -void modest_ui_actions_on_connection_changed (TnyDevice *device, gboolean online, - ModestMainWindow *main_window); -*/ - void modest_ui_actions_on_password_requested (TnyAccountStore *account_store, const gchar* server_account_name, gchar **username, gchar **password, gboolean *cancel, @@ -467,12 +462,12 @@ void modest_do_messages_delete (TnyList *headers, ModestWindow *win); /* Show the account creation wizard dialog. * returns: TRUE if an account was created. FALSE if the user cancelled. */ -gboolean modest_run_account_setup_wizard (ModestWindow *win); +gboolean modest_ui_actions_run_account_setup_wizard (ModestWindow *win); -gint msgs_move_to_confirmation (GtkWindow *win, - TnyFolder *dest_folder, - gboolean delete, - TnyList *headers); +gint modest_ui_actions_msgs_move_to_confirmation (GtkWindow *win, + TnyFolder *dest_folder, + gboolean delete, + TnyList *headers); /* * modest_ui_actions_on_send_queue_error_happened: