GNOME Bugzilla – Bug 635437
override UIManager.insert_action_group to make pos optional
Last modified: 2010-11-23 18:22:15 UTC
In PyGtk the position arg was optional (default to -1). Add an override to make it do the same in pygi. Note: the test currently crashed due to bug #635436
Created attachment 174959 [details] [review] patch (I moved the whole test for UIManager after the one for ActionGroups since the former uses ActionGroups)
Created attachment 174963 [details] [review] patch As specified in the other bug actions groups must have a name