Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-studio / trunk / src / gtkmm / historytreestore.cpp
index da125ab..1f0eb9c 100644 (file)
@@ -6,6 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2008 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -103,6 +104,8 @@ HistoryTreeStore::rebuild()
        {
                insert_action(*(append()),*iter,true,false,true);
        }
+
+       signal_undo_tree_changed()();
 }
 
 void
@@ -198,6 +201,8 @@ HistoryTreeStore::on_new_action(etl::handle<synfigapp::Action::Undoable> action)
        row=*insert(iter);
 
        insert_action(row,action);
+
+       signal_undo_tree_changed()();
 }
 
 void