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 313586 - Command line spew in evolution
Command line spew in evolution
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: Rendering
3.7.x
Other Linux
: Normal normal
: ---
Assigned To: gtkhtml-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2005-08-16 04:08 UTC by Ryan P Skadberg
Modified: 2005-08-19 04:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove ad-hoc debugging and use adapted debugging api. (816 bytes, patch)
2005-08-19 00:33 UTC, Julien Gilli
none Details | Review

Description Ryan P Skadberg 2005-08-16 04:08:09 UTC
Version details: 3.7.6
Distribution/Version: Rawhide

The evo folks say this is being sent to the command line from gtkhtml:

requesting object classid: attachment-bar
object_found: 1

Libraries shouldn't be printing on the command line :)
Comment 1 Julien Gilli 2005-08-19 00:33:16 UTC
Created attachment 50960 [details] [review]
Remove ad-hoc debugging and use adapted debugging api.

This patch has not been tested (apart the fact that it doesn't break
compilation of HEAD), but is pretty straightforward.
Comment 2 Kaushal Kumar 2005-08-19 04:38:03 UTC
Committed. Thanks for the patch.

2005-08-19  Kaushal Kumar  <kakumar@novell.com>

        * htmlengine.c (element_parse_object): Redirect commandline spew as
debug log.

        Patch by: Julien Gilli.
        Fixes bug #313586.