GNOME Bugzilla – Bug 588888
Properties example does not compile with properties disabled
Last modified: 2009-07-17 15:56:21 UTC
The properties example found in examples/properties/properties_example.cc does not build if properties are disabled (on Maemo, for example). As the example doesn't really make sense with properties disabled, I ifdefd out everything but the main function.
Created attachment 138604 [details] [review] patch to ifdef out example code
Committed and pushed to the glibmm-2-20 and master branches.