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 767705 - GtkActionHelper: Change a message to a warning
GtkActionHelper: Change a message to a warning
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-06-15 20:54 UTC by Matthew Leeds
Modified: 2016-06-20 00:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GtkActionHelper: Change a message to a warning (1.70 KB, patch)
2016-06-15 20:54 UTC, Matthew Leeds
committed Details | Review

Description Matthew Leeds 2016-06-15 20:54:02 UTC
This should help people with debugging.
Comment 1 Matthew Leeds 2016-06-15 20:54:05 UTC
Created attachment 329876 [details] [review]
GtkActionHelper: Change a message to a warning

It's almost certainly a programmer error if an action isn't
activatable because its target and parameter type don't match.
This commit changes the existing g_message to a g_warning.
Comment 2 Matthias Clasen 2016-06-19 21:32:44 UTC
Review of attachment 329876 [details] [review]:

Fine with me, and Alison was also ok with it
Comment 3 Matthias Clasen 2016-06-20 00:53:14 UTC
Attachment 329876 [details] pushed as 51799d4 - GtkActionHelper: Change a message to a warning