To: discussions about usage and development of dia <dia-list gnome org>
Subject: Re: 0.94 released
Date: Mon, 23 Aug 2004 18:53:33 +0300
Glauber,
> I like it very much, but i wanted to let you know that our old friend, the
> error messages console window is back. This time, it has only one message:
>
> ** (dia.exe:1432): WARNING **: No attribute type (00000000) or no
> data(00000000) in this attribute
Sorry for this.
I've finally found a real solution for this problem: g_log_handler() allows
to intercept all those messages. My first idea was to intercept all messages
and keep silent. But Hans reminded me that we should at least write
the messages to a log file, making debugging much easier.
You can follow bug #150777 on this issue:
http://bugzilla.gnome.org/show_bug.cgi?id=150777
Steffen