GNOME Bugzilla – Bug 568897
don't rely on GtkAction implementation details
Last modified: 2014-08-26 19:50:12 UTC
src/galeon-window.c: action = g_object_get_data (G_OBJECT (proxy), "gtk-action"); +++ This bug was initially created as a clone of Bug #568886 +++ From epiphany bug 568848: While testing some GtkAction changes in GTK+ trunk, I've found that epiphany uses g_object_get_data (widget, "gtk-action") to get at the action associated with a widget in some places. Please don't do that. We consider that undocumented object data an implementation detail, and it will go away at some point. Instead, use the documented api for this: gtk_widget_get_action. This bugs tracks this problem in the affected modules.
Galeon has not seen any code changes since May 2010: https://git.gnome.org/browse/archive/galeon/log This project is not under active development anymore and got recently archived in GNOME Git. It is currently unlikely that there will be any further active development. Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Please feel free to reopen this bug report in the future if anyone takes the responsibility for active development again. If you are interested in maintainership, inform https://mail.gnome.org/mailman/listinfo/desktop-devel-list