Gtk-critical



is there any reason why I would get the following Gtk Critical error:

Gtk-CRITICAL **: file gtkbindings.c: line 1072 (gtk_pattern_match):
assertion 'pspec->match_type < GTK_MATCH_LAST' failed

with the following code that creates a label:

label = gtk_label_new("Start search in:");
gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 5);
gtk_widget_show(label);

I know it is this code that is causing this error, because when
I comment it out, I do not get that error...

any ideas?

thanks,
Aaron

--
This message is powered by RedHat 6.1 and Perl
Visit my web site at http://iconmedia.com/cgi-bin/index.pl

Current uptime:
 10:52pm  up  3:38,  1 user,  load average: 2.21, 2.21, 2.17





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]