From 22256eec46195e0c221fddaf7f005f7b153884f6 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Sun, 14 Jun 2015 12:30:51 +0000 Subject: [PATCH] fix changelog --- debian/changelog | 4 +++- .../window-list-pointerInNotification.patch | 24 ------------------- 2 files changed, 3 insertions(+), 25 deletions(-) delete mode 100644 debian/patches/window-list-pointerInNotification.patch diff --git a/debian/changelog b/debian/changelog index 462527a0..d77a813b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,9 +6,11 @@ gnome-shell-extensions (3.16.1-1) UNRELEASED; urgency=medium + The system monitor extension was removed. Drop the libgtop build and runtime dependencies and stop enabling it. * debian/patches/apps-center-labels.patch, - debian/patches/dont-require-nautilus-classic.patch, + debian/patches/window-list-pointerInNotification.patch, debian/patches/menu-arrows-icons.patch: + Dropped, merged upstream. + * debian/patches/dont-require-nautilus-classic.patch: + + Updated for the new version. -- Emilio Pozuelo Monfort Sun, 14 Jun 2015 14:17:27 +0200 diff --git a/debian/patches/window-list-pointerInNotification.patch b/debian/patches/window-list-pointerInNotification.patch deleted file mode 100644 index e720122b..00000000 --- a/debian/patches/window-list-pointerInNotification.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 2f49d77931b57d20ba37f03b9a0733f18cbba5c8 Mon Sep 17 00:00:00 2001 -From: Sylvain Pasche -Date: Sat, 1 Nov 2014 22:03:43 +0100 -Subject: window-list: _pointerInTray was renamed to _pointerInNotification in - bug 695800 - -https://bugzilla.gnome.org/show_bug.cgi?id=737486 - -diff --git a/extensions/window-list/extension.js b/extensions/window-list/extension.js -index 5115a68..0cee654 100644 ---- a/extensions/window-list/extension.js -+++ b/extensions/window-list/extension.js -@@ -1188,7 +1188,7 @@ function enable() { - - windowList.actor.connect('notify::hover', Lang.bind(Main.messageTray, - function() { -- this._pointerInTray = windowList.actor.hover; -+ this._pointerInNotification = windowList.actor.hover; - this._updateState(); - })); - --- -cgit v0.10.1 -