GNOME Bugzilla – Bug 652504
g-d-u is using hbox/vbox
Last modified: 2011-07-11 01:21:12 UTC
GTK deprecated hbox/vbox
Created attachment 189854 [details] [review] The patch for g-d-u Here is the minimal patch for that issue
The following fix has been pushed: 05a5635 Replacing hbox/vbox with box
Created attachment 190030 [details] [review] Replacing hbox/vbox with box GTK deprecated hbox/vbox. Simple change makes g-d-u compilable at least
Reverted this since the patch was wrong, see http://people.freedesktop.org/~david/never-commit-before-testing-the-patch.png I've instead cleaned up the build system so it doesn't automatically add DISABLED_DEPRECATED. Closing as WONTFIX as the udisks2-port is a complete rewrite and where we should focus our efforts.
As I said, it was minimal patch, basically "search/replace" thing. Perhaps killing DISABLE_DEPRECATED was the better thing to do. Sorry for the hassle.