After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 568895 - don't rely on GtkAction implementation details
don't rely on GtkAction implementation details
Status: RESOLVED WONTFIX
Product: marlin
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: Marlin maintainers
Marlin maintainers
gnome[unmaintained]
Depends on:
Blocks: 568886
 
 
Reported: 2009-01-23 18:29 UTC by Christian Persch
Modified: 2014-02-24 22:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2009-01-23 18:29:58 UTC
At least needs to reimport eggtoolbareditor which is fixed on libegg trunk, but possibly the problem exists in other places in marlin (I have no checkout, so didn't check).

+++ 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.
Comment 1 André Klapper 2014-02-24 22:46:54 UTC
This project is not under active development anymore. It is currently unlikely that there will be any further active development.

Closing this report as WONTFIX as part of Bugzilla Housekeeping (bug 725098) to reflect reality. Please feel free to reopen this bug report in the future if anyone takes the responsibility for active development again.