summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--capplets/windows/mate-window-properties.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/capplets/windows/mate-window-properties.c b/capplets/windows/mate-window-properties.c
index 468ed595..00a6b029 100644
--- a/capplets/windows/mate-window-properties.c
+++ b/capplets/windows/mate-window-properties.c
@@ -523,6 +523,8 @@ main (int argc, char **argv)
G_CALLBACK (mouse_focus_toggled_callback), NULL);
g_signal_connect (marco_settings, "changed::" MARCO_FOCUS_KEY,
G_CALLBACK (mouse_focus_changed_callback), NULL);
+ /* Initialize the checkbox state appropriately */
+ mouse_focus_changed_callback(marco_settings, MARCO_FOCUS_KEY, NULL);
g_settings_bind (marco_settings,
MARCO_AUTORAISE_KEY,