]> Pileus Git - ~andy/gtk/commit
GtkWidget: fix insert_action_group(NULL)
authorRyan Lortie <desrt@desrt.ca>
Thu, 23 Aug 2012 12:18:11 +0000 (08:18 -0400)
committerRyan Lortie <desrt@desrt.ca>
Thu, 23 Aug 2012 12:18:11 +0000 (08:18 -0400)
commit828a97d7739e04e12ef7a5cb91405ab804f03d2a
treeaf149d7720864f72d3b21ab2b58d1f5eb3a5f2e2
parent820b0cafe0397ba4cdd23bfbfcb873afad2a9fd0
GtkWidget: fix insert_action_group(NULL)

gtk_widget_insert_action_group (widget, "foo", NULL) is valid, but
g_action_muxer_insert (muxer, "foo", NULL) is not.  Use
g_action_muxer_remove() for that case.
gtk/gtkwidget.c