* New upstream bugfix release.

* menu-arrows-icons: new patch. Make arrows consistent with the rest 
  of the shell.
* apps-center-labels.patch: patch from upstream git. Center labels 
  vertically in the applications menu.
* window-list-pointerInNotification.patch: patch from upstream git. 
  Update window-list extension for an older shell API change.
This commit is contained in:
Josselin Mouette
2014-11-30 15:07:11 +00:00
parent 61dd96a29e
commit 6d4341f8a4
5 changed files with 111 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
From 2f49d77931b57d20ba37f03b9a0733f18cbba5c8 Mon Sep 17 00:00:00 2001
From: Sylvain Pasche <sylvain.pasche@gmail.com>
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