From 22641a843f8e8d680377c52a2a24c784143015fa Mon Sep 17 00:00:00 2001 From: Mike Mueller Date: Fri, 17 Oct 2014 00:45:15 -0700 Subject: windows: Initialize mouse focus checkbox Was showing unchecked, even if the mouse focus setting was set to 'sloppy'. --- capplets/windows/mate-window-properties.c | 2 ++ 1 file changed, 2 insertions(+) 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, -- cgit v1.2.1