Ethereal-dev: RE: [Ethereal-dev] Compiler warning in menu.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Biot Olivier <Olivier.Biot@xxxxxxxxxxx>
Date: Wed, 17 Dec 2003 00:52:57 +0100
I fear that the usage of the Gtk compatibility macros results in significant
performance drop :( Note that I compile with Gtk+ 2.

Do others share the same impression?

Regards,

Olivier

| -----Original Message-----
| From: Olivier Abad
| 
| On Tue, Dec 16, 2003 at 07:19:18AM +0100, Ulf Lamping wrote:
| > Biot Olivier wrote:
| > 
| > >Hi list,
| > >
| > >CVS snapshot complains at line 756 about passing arg 3 of
| > >gtk_signal_connect_full from incompatible pointer type. 
| I'm compiling with
| > >Gtk2.
| >
| > You mean "gtk_signal_connect_object", I think.
| > 
| > I will have a look at this, when I will try to compile with 
| GTK2, maybe 
| > later today.
| 
| I just made a fix for this. Gtk compatibility macros from
| compat_macros.h should be used for some gtk+ v1.2 functions which are
| deprecated in gtk+ v2.
| 
| gtk_signal_connectxxx is one of those functions.