* Fixed NB#62792, the editor is closed if the account is removed
[modest] / src / modest-ui-actions.h
index f63bdc2..5855060 100644 (file)
@@ -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: