tooltips problem in GTK+ 1.2.5




I keep getting this warning when tooltips pop up, in GTK+ 1.2.5:

Gtk-CRITICAL **: file gtkcontainer.c: line 739 (gtk_container_dequeue_resize_handler): assertion `GTK_CONTAINER_RESIZE_PENDING (container)' failed.

I can see this in testgtk, in the tooltips demo.
Move the mouse back and forth between button1 and button2 - the warning is output
every other time a tooltip pops up.

Damon

Here's a stack trace using --g-fatal-warnings:

#0  0x404c0601 in kill ()
#1  0x404c042f in gsignal ()
#2  0x404c164f in abort ()
#3  0x40215a87 in g_logv (log_domain=0x401958b0 "Gtk", 
    log_level=G_LOG_LEVEL_CRITICAL, 
    format=0x40195882 "file %s: line %d (%s): assertion `%s' failed.", 
    args1=0xbffff28c) at gmessages.c:389
#4  0x40215b4e in g_log (log_domain=0x401958b0 "Gtk", 
    log_level=G_LOG_LEVEL_CRITICAL, 
    format=0x40195882 "file %s: line %d (%s): assertion `%s' failed.")
    at gmessages.c:406
#5  0x40074b09 in gtk_container_dequeue_resize_handler (container=0x81c96b0)
    at gtkcontainer.c:739
#6  0x40190150 in gtk_window_move_resize (window=0x81c96b0) at gtkwindow.c:1714
#7  0x4018f678 in gtk_window_check_resize (container=0x81c96b0)
    at gtkwindow.c:1438
#8  0x400dda57 in gtk_marshal_NONE__NONE (object=0x81c96b0, 
    func=0x4018f540 <gtk_window_check_resize>, func_data=0x0, args=0xbffff41c)
    at gtkmarshal.c:363
#9  0x4012a82e in gtk_signal_real_emit (object=0x81c96b0, signal_id=64, 
    params=0xbffff41c) at gtksignal.c:1484
#10 0x401274b4 in gtk_signal_emit (object=0x81c96b0, signal_id=64)
    at gtksignal.c:552
#11 0x40075639 in gtk_container_check_resize (container=0x81c96b0)
    at gtkcontainer.c:927
#12 0x4018d495 in gtk_window_show (widget=0x81c96b0) at gtkwindow.c:899
#13 0x400dda57 in gtk_marshal_NONE__NONE (object=0x81c96b0, 
    func=0x4018d270 <gtk_window_show>, func_data=0x0, args=0xbffff7cc)
    at gtkmarshal.c:363
#14 0x4012a5be in gtk_signal_real_emit (object=0x81c96b0, signal_id=9, 
    params=0xbffff7cc) at gtksignal.c:1432
#15 0x401274b4 in gtk_signal_emit (object=0x81c96b0, signal_id=9)
    at gtksignal.c:552
#16 0x4017ba99 in gtk_widget_show (widget=0x81c96b0) at gtkwidget.c:1431
#17 0x401820ed in gtk_widget_popup (widget=0x81c96b0, x=4, y=516)
    at gtkwidget.c:3024
#18 0x40160e2d in gtk_tooltips_draw_tips (tooltips=0x8144208)
    at gtktooltips.c:510
#19 0x40160f68 in gtk_tooltips_timeout (data=0x8144208) at gtktooltips.c:522
#20 0x40213bd7 in g_timeout_dispatch (source_data=0x81b7fd0, 
    current_time=0xbffffb6c, user_data=0x8144208) at gmain.c:1269
#21 0x402125f1 in g_main_dispatch (current_time=0xbffffb6c) at gmain.c:656
#22 0x40212edf in g_main_iterate (block=1, dispatch=1) at gmain.c:874
#23 0x40213139 in g_main_run (loop=0x81635c8) at gmain.c:932
#24 0x400daf29 in gtk_main () at gtkmain.c:476
#25 0x808cf49 in main (argc=1, argv=0xbffffbec) at main.c:103



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