GNOME Bugzilla – Bug 630186
Deprecation of gtk_dialog_set_has_separator() in GTK+ 2.21.8
Last modified: 2010-12-30 16:06:44 UTC
Created attachment 170685 [details] [review] Trivial patch configure.ac already seems to check for GTK3 so I didn't bump anything: PKG_CHECK_MODULES(GTK, [gtk+-3.0 libxml-2.0 >= 2.4.0])
Hmmm, its my understanding that the "has-separator" property is going away completely, in which case this patch can just remove all the mention of set_has_separator() (and not add any g_object_set() which are likely to fire a runtime warning).
This is already fixed in the offscreen-gtk3 branch
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.