GNOME Bugzilla – Bug 733965
Add a way to debug GActions
Last modified: 2014-08-02 22:27:06 UTC
Many times I spend hours trying to figure out why my GActions in a menu are grayed out; we should add a debug flag that prints out some useful information about GActions.
Created attachment 282006 [details] [review] GtkActionHelper: add some debugging output Introduce a new debug category "actions" and write some messages from GtkActionHelper about if we can find the actions or not. We will probably soon want to add some similar messages to GtkMenuTrackerItem.
Created attachment 282007 [details] [review] GtkMenuTrackerItem: introduce action debugging Add some action debugging output for GtkMenuTrackerItem as well...
Review of attachment 282006 [details] [review]: Cool, thanks.
Review of attachment 282007 [details] [review]: Ok.
Attachment 282006 [details] pushed as 16e0285 - GtkActionHelper: add some debugging output Attachment 282007 [details] pushed as edeb1a0 - GtkMenuTrackerItem: introduce action debugging