* fix for modest-icon-factory removal
[modest] / src / modest-ui-actions.h
index edcdc25..afe204d 100644 (file)
@@ -66,10 +66,6 @@ void     _modest_ui_actions_on_folder_selection_changed (ModestFolderView *folde
                                                         gboolean selected,
                                                         ModestMainWindow *main_window);
 
-void     _modest_ui_actions_on_connection_changed       (TnyDevice *device, 
-                                                        gboolean online,
-                                                        ModestMainWindow *main_window);
-
 void     _modest_ui_actions_on_online_toggle_toggled    (GtkToggleButton *toggle,
                                                         ModestMainWindow *main_window);
 
@@ -109,5 +105,8 @@ void     _modest_ui_actions_on_rename_folder            (GtkWidget *widget,
 void     _modest_ui_actions_on_delete_folder            (GtkWidget *widget,
                                                         ModestMainWindow *main_window);
 
+void     _modest_ui_actions_on_move_to_trash_folder     (GtkWidget *widget,
+                                                        ModestMainWindow *main_window);
+
 G_END_DECLS
 #endif /* __MODEST_UI_ACTIONS_H__ */