[mate-panel] 01/04: debian/patches: Add 2002_stretched-buttons-on-vertical-plains.patch (Debian/Ubuntu specific). Fix window List - stretched buttons on vertical panel orientation. (Closes: #760311).

Mike Gabriel sunweaver at debian.org
Sun Jun 7 00:38:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository mate-panel.

commit 5e4d0888b90f934204093353008bfc3505f775d8
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Jun 7 02:06:55 2015 +0200

    debian/patches: Add 2002_stretched-buttons-on-vertical-plains.patch (Debian/Ubuntu specific). Fix window List - stretched buttons on vertical panel orientation. (Closes: #760311).
---
 ...2002_stretched-buttons-on-vertical-plains.patch | 39 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 40 insertions(+)

diff --git a/debian/patches/2002_stretched-buttons-on-vertical-plains.patch b/debian/patches/2002_stretched-buttons-on-vertical-plains.patch
new file mode 100644
index 0000000..8115538
--- /dev/null
+++ b/debian/patches/2002_stretched-buttons-on-vertical-plains.patch
@@ -0,0 +1,39 @@
+From 03afcd375938d8232f204703b3f083e821f7c507 Mon Sep 17 00:00:00 2001
+From: mihai-bica <bicamihai.m at gmail.com>
+Date: Sat, 2 May 2015 19:02:20 +0300
+Subject: [PATCH] fix Window List - vertical panel issue #269
+
+v2: rebased against mate-panel 1.8.1
+    Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+---
+ applets/wncklet/window-list.c | 8 ++------
+ 1 file changed, 2 insertions(+), 6 deletions(-)
+
+--- a/applets/wncklet/window-list.c
++++ b/applets/wncklet/window-list.c
+@@ -121,11 +121,7 @@
+ 
+ 	tasklist->orientation = new_orient;
+ 
+-#ifdef WNCK_CHECK_VERSION
+-#if WNCK_CHECK_VERSION (3, 4, 6)
+-	wnck_tasklist_set_orientation (tasklist->tasklist, new_orient);
+-#endif
+-#endif
++	wnck_tasklist_set_orientation(WNCK_TASKLIST (tasklist->tasklist), new_orient);
+ 	tasklist_update(tasklist);
+ }
+ 
+@@ -445,11 +441,7 @@
+ 	tasklist->tasklist = wnck_tasklist_new(NULL);
+ #endif
+ 
+-#ifdef WNCK_CHECK_VERSION
+-#if WNCK_CHECK_VERSION (3, 4, 6)
+-	wnck_tasklist_set_orientation (tasklist->tasklist, tasklist->orientation);
+-#endif
+-#endif
++	wnck_tasklist_set_orientation(WNCK_TASKLIST (tasklist->tasklist), tasklist->orientation);
+ 
+ 	wnck_tasklist_set_icon_loader(WNCK_TASKLIST(tasklist->tasklist), icon_loader_func, tasklist, NULL);
+ 
diff --git a/debian/patches/series b/debian/patches/series
index f4d0db9..34ec434 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001_update-marco-wm-name.patch
 2001_omit-gfdl-licensed-help-files.patch
+2002_stretched-buttons-on-vertical-plains.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-panel.git



More information about the pkg-mate-commits mailing list