mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Keep ref_count balanced
git-svn-id: svn://localhost/trunk/ardour2@212 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ac730a397d
commit
af40be3006
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue