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 450897 - doesn't set logging domain
doesn't set logging domain
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: atkbridge
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Sven Herzberg
Li Yuan
Depends on:
Blocks:
 
 
Reported: 2007-06-25 13:15 UTC by Sven Herzberg
Modified: 2007-06-26 09:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (730 bytes, patch)
2007-06-25 13:16 UTC, Sven Herzberg
none Details | Review
patch (951 bytes, patch)
2007-06-26 09:28 UTC, Li Yuan
committed Details | Review

Description Sven Herzberg 2007-06-25 13:15:51 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).
Comment 1 Sven Herzberg 2007-06-25 13:16:42 UTC
Created attachment 90612 [details] [review]
Proposed patch

May I commit this patch?
Comment 2 Li Yuan 2007-06-26 08:56:55 UTC
Yes, please.
Comment 3 Li Yuan 2007-06-26 09:09:08 UTC
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
 
Comment 4 Li Yuan 2007-06-26 09:28:35 UTC
Created attachment 90650 [details] [review]
patch