Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] GTK in CVS

Steve_Northover@xxxxxxx writes:
> Must be fixed in 2.0.  I just compiled and ran the program and here is the 
> output:
> 
> HA-HA-HA
> HA-HA-HA
> g_log_remove_handler(): could not find handler with id `2' for domain 
> "GLib"
> 
> Gtk-CRITICAL **: file gtkwidget.c: line 1424 (gtk_widget_show): assertion 
> `widget != NULL' failed.
> 
> GLib-CRITICAL **: file gstring.c: line 279 (g_string_truncate): assertion 
> `string != NULL' failed.
> 

Ah, I found this change log:

Sun Aug  6 20:06:02 2000  Tim Janik  <timj@xxxxxxx>

        * gmessages.c (g_log_domain_check_free): keep *last updated
          while
        running through the domain list, so we don't screw up the
          removal,
        patch provided by Gady Kozma <gadykozma@xxxxxxxxxxx>.

Sun Aug  6 20:03:41 2000  Tim Janik  <timj@xxxxxxx>

        * gmessages.c (g_log_remove_handler): keep *last updated while
          running
        through the handler list, so we don't screw up the removal.


Looks likely. What version do you have?

Havoc


Back to the top