[SCM] mate-control-center Debian package branch, master, updated. debian/1.8.2+dfsg1-1-7-ga7080c0
Mike Gabriel
sunweaver at moszumanska.debian.org
Wed Oct 22 21:32:26 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-control-center.git;a=commitdiff;h=3339e07
The following commit has been merged in the master branch:
commit 3339e070e5d60de66b63f5d0772c737cb482a16d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Oct 22 23:02:34 2014 +0200
debian/patches: Add 0002_initialize-mouse-focus-checkbox.patch. Initialize the mouse focus state appropriately.
---
.../0002_initialize-mouse-focus-checkbox.patch | 23 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 24 insertions(+)
diff --git a/debian/patches/0002_initialize-mouse-focus-checkbox.patch b/debian/patches/0002_initialize-mouse-focus-checkbox.patch
new file mode 100644
index 0000000..3eb6909
--- /dev/null
+++ b/debian/patches/0002_initialize-mouse-focus-checkbox.patch
@@ -0,0 +1,23 @@
+From 409a1c4bb5b3468a72145ecad9253c22566a0e78 Mon Sep 17 00:00:00 2001
+From: Mike Mueller <mike at subfocal.net>
+Date: Fri, 17 Oct 2014 00:45:15 -0700
+Subject: [PATCH] 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 03a9863..d2f3e4d 100644
+--- a/capplets/windows/mate-window-properties.c
++++ b/capplets/windows/mate-window-properties.c
+@@ -477,6 +477,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,
diff --git a/debian/patches/series b/debian/patches/series
index f458937..ed170ec 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
0001_fix-NEWS-1.8.3.patch
+0002_initialize-mouse-focus-checkbox.patch
1005_rename-libslab-to-libmate-slab0.patch
2001_omit-gfdl-licensed-help-files.patch
--
mate-control-center Debian package
More information about the pkg-mate-commits
mailing list