Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Same again.
  • Loading branch information
Chris Moore committed Jan 4, 2009
1 parent 14a9fda commit f6290a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synfig-studio/trunk/src/synfigapp/action_system.h
Expand Up @@ -110,7 +110,7 @@ class System : public etl::shared_object, public sigc::trackable
Stack undo_action_stack_;
Stack redo_action_stack_;

etl::handle<Action::Base> most_recent_action_;
String most_recent_action_name_;

std::list<PassiveGrouper*> group_stack_;

Expand Down Expand Up @@ -165,7 +165,7 @@ class System : public etl::shared_object, public sigc::trackable
}
*/

const etl::handle<Action::Base>& get_most_recent_action() { return most_recent_action_; }
String get_most_recent_action_name() { return most_recent_action_name_; }

bool get_clear_redo_stack_on_new_action()const { return clear_redo_stack_on_new_action_; }

Expand Down

0 comments on commit f6290a1

Please sign in to comment.