sync with 0.9.11cvs17 HEAD
[claws.git] / src / action.h
index d3d7a028c8e7c59df9fe1029f30e4b90d5032bd1..ce2031124c4f12e12747546e07a9b2f9314b6469 100644 (file)
@@ -53,13 +53,13 @@ void actions_execute                (gpointer       data,
                                 gint           source);
 
 void action_update_mainwin_menu        (GtkItemFactory *ifactory,
-                                const gchar    *branch_path,
+                                gchar          *branch_path,
                                 MainWindow     *mainwin);
 void action_update_msgview_menu        (GtkItemFactory *ifactory,
-                                const gchar    *branch_path,
+                                gchar          *branch_path,
                                 MessageView    *msgview);
 void action_update_compose_menu        (GtkItemFactory *ifactory,
-                                const gchar    *branch_path,
+                                gchar          *branch_path,
                                 Compose        *compose);
 
 #endif /* __ACTION_H__ */