Re: [Ekiga-devel-list] Ekiga 3.3.0 crash on selecting menu



Le 24/01/2011 11:13, g trentalancia libero it a écrit :
It's the new Gtk function at line 144 of lib/gui/gmmenuaddon.c that
breaks the code:

#if GTK_CHECK_VERSION (2, 21, 2) */
         gtk_statusbar_remove_all (GTK_STATUSBAR (statusbar), id); */
#else */

Reverted back to the old code (commented out #if block) and everything goes
back to normal...

This is very interesting.

Could you add something like :
g_printf ("here we have id=%d\n", id);
just before the line :
gtk_statusbar_remove_all (GTK_STATUSBAR (statusbar), id);
and report on what it says?

Thanks,

Snark


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