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 630186 - Deprecation of gtk_dialog_set_has_separator() in GTK+ 2.21.8
Deprecation of gtk_dialog_set_has_separator() in GTK+ 2.21.8
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks: 636726
 
 
Reported: 2010-09-20 17:11 UTC by André Klapper
Modified: 2010-12-30 16:06 UTC
See Also:
GNOME target: 3.0
GNOME version: ---


Attachments
Trivial patch (5.70 KB, patch)
2010-09-20 17:11 UTC, André Klapper
none Details | Review

Description André Klapper 2010-09-20 17:11:25 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])
Comment 1 Tristan Van Berkom 2010-09-21 04:34:27 UTC
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).
Comment 2 Javier Jardón (IRC: jjardon) 2010-12-08 03:27:42 UTC
This is already fixed in the offscreen-gtk3 branch
Comment 3 Javier Jardón (IRC: jjardon) 2010-12-30 16:06:44 UTC
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.