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 613958 - bacon-resize.c doesn't build because of GTK_WIDGET_REALIZED
bacon-resize.c doesn't build because of GTK_WIDGET_REALIZED
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
2.29.x
Other Linux
: Normal major
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
: 614096 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-03-25 21:09 UTC by Robin Stocker
Modified: 2010-04-06 17:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Replace GTK_WIDGET_REALIZED calls with gtk_widget_get_realized (1.29 KB, patch)
2010-03-25 21:11 UTC, Robin Stocker
none Details | Review

Description Robin Stocker 2010-03-25 21:09:36 UTC
Doing a clean build of totem master with gtk 2.20 doesn't build, because bacon-resize.c uses GTK_WIDGET_REALIZED.
Comment 1 Robin Stocker 2010-03-25 21:11:04 UTC
Created attachment 157111 [details] [review]
Replace GTK_WIDGET_REALIZED calls with gtk_widget_get_realized

Other uses were already replaced with gtk_widget_get_realized, so replace the remaining ones. Makes it build again.
Comment 2 Edward Hervey 2010-03-27 12:27:01 UTC
*** Bug 614096 has been marked as a duplicate of this bug. ***
Comment 3 Bastien Nocera 2010-04-06 17:20:36 UTC
commit 2641b76918ddac0e5bf0decf6cb0ec4a8e0d4945
Author: Robin Stocker <robin@nibor.org>
Date:   Thu Mar 25 21:59:51 2010 +0100

    Get rid of remaining GTK_WIDGET_REALIZED calls
    
    http://bugzilla.gnome.org/show_bug.cgi?id=594053
    
    https://bugzilla.gnome.org/show_bug.cgi?id=613958