GNOME Bugzilla – Bug 613958
bacon-resize.c doesn't build because of GTK_WIDGET_REALIZED
Last modified: 2010-04-06 17:20:36 UTC
Doing a clean build of totem master with gtk 2.20 doesn't build, because bacon-resize.c uses GTK_WIDGET_REALIZED.
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.
*** Bug 614096 has been marked as a duplicate of this bug. ***
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