Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-studio / trunk / src / gtkmm / dock_history.h
index aceb519..00154b2 100644 (file)
@@ -47,6 +47,11 @@ class Dock_History : public Dock_CanvasSpecific
        Gtk::TreeView *action_tree;
 
        etl::loose_handle<studio::Instance>     selected_instance;
+
+       sigc::connection on_undo_tree_changed_connection;
+
+       void on_undo_tree_changed();
+
        void set_selected_instance_(etl::handle<studio::Instance> x);
 
 
@@ -64,6 +69,7 @@ public:
 
        void clear_undo();
        void clear_redo();
+       void clear_undo_and_redo();
 
        bool on_action_event(GdkEvent *event);
        void on_action_toggle(const Glib::ustring& path);