http://bugzilla.novell.com/show_bug.cgi?id=590457 http://bugzilla.novell.com/show_bug.cgi?id=590457#c2 Dominique Leuenberger <dominique.leuenberger@tmf-group.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dominique.leuenberger@tmf-g | |roup.com --- Comment #2 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2010-03-23 22:04:25 UTC --- I'm not sure if re-introducing the deprecated symbols is the right "patch" for any application. In this case you could as well not define GTK_DISABLE_DEPRECATED during build, and then gtk will also still offer those symbols for you: (from gtkwidget.h: #ifndef GTK_DISABLE_DEPRECATED /** * GTK_WIDGET_REALIZED: * @wid: a #GtkWidget. * * Evaluates to %TRUE if the widget is realized. * * Deprecated: 2.20: Use gtk_widget_get_realized() instead. */ #define GTK_WIDGET_REALIZED(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_REALIZED) != 0) #endif ) Especially considering that this is an upstream fix :( -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.