denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] gtk-3 branch


From: Richard Shann
Subject: Re: [Denemo-devel] gtk-3 branch
Date: Sun, 27 Nov 2011 10:12:45 +0000

On Sat, 2011-11-26 at 12:12 -0600, Jeremiah Benham wrote:
> On 11/26/2011 10:01 AM, Richard Shann wrote:
> > Jeremiah,
> > it will be worth merging the changes from master into gtk-3, as there
> > were some ancient tests which would miss-fire on gtk3.
> 
> I have merged them in my local branch and tried to compile. I got this 
> error:
> 
> kbd-custom.c: In function ‘keymap_accel_quick_edit_snooper’:
> kbd-custom.c:1466:45: error: ‘GtkMenuShell’ has no member named 
> ‘active_menu_item’
> make[2]: *** [kbd-custom.o] Error 1
> 
> The code:
> action =
> #if 0 //GTK_MINOR_VERSION <10
> g_object_get_data(G_OBJECT(GTK_MENU_SHELL(menu)->active_menu_item), 
> "action");
> #else
> gtk_widget_get_action(GTK_MENU_SHELL(menu)->active_menu_item);
> 
> I wonder if its GTK_MENU_ITEM instead.
No, it is just that they have dropped the direct access to the field. I
have put the fix (an accessor function) in master.
Richard


> Jeremiah
> 
> > Richard
> >
> >
> >
> > _______________________________________________
> > Denemo-devel mailing list
> > address@hidden
> > https://lists.gnu.org/mailman/listinfo/denemo-devel
> 
> 
> _______________________________________________
> Denemo-devel mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/denemo-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]