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 652244 - GNOME Goal: GtkObject removal
GNOME Goal: GtkObject removal
Status: RESOLVED FIXED
Product: planner
Classification: Other
Component: General
0.14.x
Other All
: Normal normal
: 0.15
Assigned To: planner-maint
planner-maint
cleanup
Depends on:
Blocks: 575129 630874
 
 
Reported: 2011-06-09 22:54 UTC by Alexandre Franke
Modified: 2021-06-02 10:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexandre Franke 2011-06-09 22:54:06 UTC
In GTK+ 3, GtkObject is gone. We need to get rid of it.

See also http://live.gnome.org/GnomeGoals/GtkObjectRemoval
Comment 1 Ahmed Baïzid 2015-01-10 13:44:40 UTC
$ find -type f|xargs grep -sl GtkObject 
src/dummy-canvas-item.c
src/planner-calendar.c
src/planner-gantt-chart.c
src/planner-gantt-header.c
src/planner-gantt-row.c
src/planner-sidebar.c
src/planner-usage-chart.c
src/planner-usage-row.c
Comment 2 Mart Raudsepp 2021-06-02 10:24:12 UTC
Closing this ticket before any mass-closing of bugzilla tickets due to bugzilla shutdown for better extra information:

All gtk2 deprecations are taken care of in https://gitlab.gnome.org/World/planner/-/merge_requests/22
I believe some of the patches here were cherry-picked from this bug here into it and anything else solved separately.
Not using deprecated gtk3 symbols is a separate future matter.