GNOME Bugzilla – Bug 664328
GApplication does not expose changes from attached GSimpleActionGroup
Last modified: 2011-11-21 19:00:38 UTC
See attached patch.
Created attachment 201659 [details] [review] GApplication: propagate changes to the related action group GActionGroupExporter connects to change signals in the GApplication (which is itself a GActionGroup), but applications expect to be able to change the GSimpleActionGroup they create and set in g_application_set_action_group(), so propagate changes from there to the outside world.
It's a bit more complicated than this patch implies, and there is already another bug open for this... *** This bug has been marked as a duplicate of bug 643736 ***