GNOME Bugzilla – Bug 450897
doesn't set logging domain
Last modified: 2007-06-26 09:29:02 UTC
I've got a warning in one of my applications and I had a hard time figuring out where the message came from (because gdb wasn't able to print symbols for the dl_open()ed module). Please apply my patch (it both cleans up some tab and space mixture in the file and sets the logging domain to make it easier to figure out where the atkbridge warnings come from - at least for people who don't know the atk bridge).
Created attachment 90612 [details] [review] Proposed patch May I commit this patch?
Yes, please.
Thank you for making patch! Please add this into the patch: Index: atk-bridge/Makefile.am =================================================================== --- atk-bridge/Makefile.am (revision 934) +++ atk-bridge/Makefile.am (working copy) @@ -1,3 +1,5 @@ +NULL = + moduledir = $(libdir)/gtk-2.0/modules module_LTLIBRARIES = libatk-bridge.la
Created attachment 90650 [details] [review] patch