Keep ref_count balanced

git-svn-id: svn://localhost/trunk/ardour2@212 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Karsten Wiese 2005-12-28 12:32:16 +00:00
parent ac730a397d
commit af40be3006

View file

@ -228,7 +228,7 @@ ActionManager::get_action (const char * _name)
GtkAction* _act;
if ((_act = gtk_action_group_get_action (_ag, action_name.c_str())) != 0) {
act = Glib::wrap (_act);
act = Glib::wrap (_act, true);
break;
}
}