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: Jeremiah Benham
Subject: Re: [Denemo-devel] gtk-3 branch
Date: Sat, 26 Nov 2011 12:12:21 -0600
User-agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

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.
Jeremiah

Richard



_______________________________________________
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]