After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 664328 - GApplication does not expose changes from attached GSimpleActionGroup
GApplication does not expose changes from attached GSimpleActionGroup
Status: RESOLVED DUPLICATE of bug 643736
Product: glib
Classification: Platform
Component: gapplication
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-11-18 12:45 UTC by Giovanni Campagna
Modified: 2011-11-21 19:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GApplication: propagate changes to the related action group (1.53 KB, patch)
2011-11-18 12:46 UTC, Giovanni Campagna
none Details | Review

Description Giovanni Campagna 2011-11-18 12:45:50 UTC
See attached patch.
Comment 1 Giovanni Campagna 2011-11-18 12:46:18 UTC
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.
Comment 2 Allison Karlitskaya (desrt) 2011-11-21 19:00:38 UTC
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 ***