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

Re: GTK+ libraries 2.2 are released



On Mon, 2002-12-23 at 09:51, Akira TAGOH wrote:

> - libgtk2.0-0 will be appended the conflicts field with
>   libgnomeui-0 2.0.x. so perhaps it may be not installable
>   unless libgnomeui 2.1.x are available.
> 

Well, here's the fix that needs to be applied to libgnomeui to get it
going with gtk2.2 (and of course still works with gtk2.0)..

--- libgnomeui-2.0.6/libgnomeui/gnome-client.c Tue Jun 25 08:59:42 2002 
+++ libgnomeui-2.1.5/libgnomeui/gnome-client.c Wed Sep 25 17:01:38 2002 
@@ -610,7 +610,7 @@ 
gboolean ret; 

if (!client_grab_widget) 
- client_grab_widget = gtk_widget_new (GTK_TYPE_WIDGET, NULL); 
+ client_grab_widget = gtk_widget_new (GTK_TYPE_INVISIBLE, NULL); 

/* The first SaveYourself after registering for the first time 
* is a special case (SM specs 7.2).

-- 
Robin Putters <rputters@hotpop.com>



Reply to: