r45541 - in /desktop/unstable/gnome-screensaver/debian: changelog patches/0001-gs-lock-plug-Disconnect-signal-handler-from-right-ob.patch patches/series

laney at users.alioth.debian.org laney at users.alioth.debian.org
Mon Jul 20 13:19:24 UTC 2015


Author: laney
Date: Mon Jul 20 13:19:24 2015
New Revision: 45541

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45541
Log:
d/p/0001-gs-lock-plug-Disconnect-signal-handler-from-right-ob.patch:
Cherry-pick patch from upstream to disconnect a signal from the right
place.

Added:
    desktop/unstable/gnome-screensaver/debian/patches/0001-gs-lock-plug-Disconnect-signal-handler-from-right-ob.patch
Modified:
    desktop/unstable/gnome-screensaver/debian/changelog
    desktop/unstable/gnome-screensaver/debian/patches/series

Modified: desktop/unstable/gnome-screensaver/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-screensaver/debian/changelog?rev=45541&op=diff
==============================================================================
--- desktop/unstable/gnome-screensaver/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-screensaver/debian/changelog	[utf-8] Mon Jul 20 13:19:24 2015
@@ -1,3 +1,11 @@
+gnome-screensaver (3.6.1-7) UNRELEASED; urgency=medium
+
+  * d/p/0001-gs-lock-plug-Disconnect-signal-handler-from-right-ob.patch:
+    Cherry-pick patch from upstream to disconnect a signal from the right
+    place.
+
+ -- Iain Lane <iain at orangesquash.org.uk>  Mon, 20 Jul 2015 14:17:00 +0100
+
 gnome-screensaver (3.6.1-6) unstable; urgency=medium
 
   * debian/patches/01_no_autostart.patch: Only autostart in GNOME Flashback

Added: desktop/unstable/gnome-screensaver/debian/patches/0001-gs-lock-plug-Disconnect-signal-handler-from-right-ob.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-screensaver/debian/patches/0001-gs-lock-plug-Disconnect-signal-handler-from-right-ob.patch?rev=45541&op=file
==============================================================================
--- desktop/unstable/gnome-screensaver/debian/patches/0001-gs-lock-plug-Disconnect-signal-handler-from-right-ob.patch	(added)
+++ desktop/unstable/gnome-screensaver/debian/patches/0001-gs-lock-plug-Disconnect-signal-handler-from-right-ob.patch	[utf-8] Mon Jul 20 13:19:24 2015
@@ -0,0 +1,28 @@
+From ccaeb4c499e26560d48a9ccbf00254bb96076745 Mon Sep 17 00:00:00 2001
+From: Iain Lane <iain at orangesquash.org.uk>
+Date: Thu, 16 Jul 2015 16:09:19 +0200
+Subject: [PATCH] gs-lock-plug: Disconnect signal handler from right object
+
+It's connected to a GdkKeymap, not a GSLockPlug.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=752202
+---
+ src/gs-lock-plug.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/gs-lock-plug.c b/src/gs-lock-plug.c
+index 1e74d8f..ee4c0f3 100644
+--- a/src/gs-lock-plug.c
++++ b/src/gs-lock-plug.c
+@@ -483,7 +483,7 @@ gs_lock_plug_run (GSLockPlug *plug)
+                 g_signal_handler_disconnect (plug, unmap_handler);
+                 g_signal_handler_disconnect (plug, delete_handler);
+                 g_signal_handler_disconnect (plug, destroy_handler);
+-                g_signal_handler_disconnect (plug, keymap_handler);
++                g_signal_handler_disconnect (keymap, keymap_handler);
+         }
+ 
+         g_object_unref (plug);
+-- 
+2.1.4
+

Modified: desktop/unstable/gnome-screensaver/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-screensaver/debian/patches/series?rev=45541&op=diff
==============================================================================
--- desktop/unstable/gnome-screensaver/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-screensaver/debian/patches/series	[utf-8] Mon Jul 20 13:19:24 2015
@@ -3,3 +3,4 @@
 14_no_fade_on_user_switch.patch
 31_lock_screen_on_suspend.patch
 libsystemd.patch
+0001-gs-lock-plug-Disconnect-signal-handler-from-right-ob.patch




More information about the pkg-gnome-commits mailing list