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 630689 - drop GtkObject use
drop GtkObject use
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-27 03:46 UTC by Matthias Clasen
Modified: 2010-09-27 15:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (2.65 KB, patch)
2010-09-27 03:46 UTC, Matthias Clasen
accepted-commit_now Details | Review

Description Matthias Clasen 2010-09-27 03:46:52 UTC
Created attachment 171171 [details] [review]
patch

GtkObject is gone in GTK3. See
http://live.gnome.org/GnomeGoals/GtkObjectRemoval
Comment 1 Jonathan Matthew 2010-09-27 04:00:36 UTC
Comment on attachment 171171 [details] [review]
patch

Looks fine to me.

I'm mostly done with a complete rewrite of that code, but there's no guarantee I'm going to finish it soon.
Comment 2 Matthias Clasen 2010-09-27 15:59:45 UTC
commit ad8a802e5e56ba8e29f3542e3099929784709991
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Sep 27 11:57:18 2010 -0400

    Adapt to GtkObject removal in GTK3
    
    The changes here just avoid unneeded GtkObjectClass variables.
    
    Bug 630689