4.6.0

Nick Schermer nickschermer at gmail.com
Thu Feb 19 08:27:36 CET 2009


Please drop:
+    xfconf_g_property_bind (xsettings_channel, "/Xfce/UseCustomDPI",
G_TYPE_BOOLEAN, custom_dpi_check, "active");
+    xfconf_g_property_bind (xsettings_channel, "/Xfce/UseCustomDPI",
G_TYPE_BOOLEAN, custom_dpi_spin, "sensitive");

And use the toggled signal. Also do a gtk_widget_set_sensitive for the
custom_dpi_spin. Those are property bindings and not set when the
value in xfconf does not exist (ie. they do not behave as an exo
binding).

Nick



More information about the Xfce4-dev mailing list