Re: [GnomeMeeting-devel-list] WIN32 breaks gaim 1.5.0, Win98, ...



Michael Rickmann a écrit :
I had a closer look at that. Actually it is only one function call in main.cpp already tagged by Julien which makes Ekiga depend on Gtk+ 2.8.x:

#if GTK_MINOR_VERSION >= 8
  gtk_window_set_urgency_hint (GTK_WINDOW (mw->incoming_call_popup), TRUE);
#endif

If we change that to #if GTK_MINOR_VERSION >= 8 && !defined WIN32
Ekiga and Gaim 1.50 can coexist.

I would say: since we're still in "wait for 2.0.2's release", let's not touch anything.

When 2.0.2 comes out and we begin the big 2.2 work, then we'll see. Perhaps gaim will have a new version, depending on a gtk+ which we can depend on too.

Snark



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