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
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel


_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel

Reply via email to