[mate-panel] 02/05: debian/patches: Re-introduce 2002_stretched-buttons-on-vertical-plains.patch. (Closes: #785272, #810215)."

Mike Gabriel sunweaver at debian.org
Mon Feb 15 04:33:22 UTC 2016


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

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

commit 5dae65690ff2ac6234eadba29766b7ae801f10a4
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Feb 14 15:13:26 2016 +0100

    debian/patches: Re-introduce 2002_stretched-buttons-on-vertical-plains.patch. (Closes: #785272, #810215)."
    
    This reverts commit c24fde378b7aca3ad7c19c2410b64ca11dfb06bf.
---
 ...2002_stretched-buttons-on-vertical-plains.patch | 38 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 39 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..0bbe130
--- /dev/null
+++ b/debian/patches/2002_stretched-buttons-on-vertical-plains.patch
@@ -0,0 +1,38 @@
+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
+
+v3: rebased against mate-panel 1.10.0
+    Martin Wimpress <code at flexion.org>
+
+--- a/applets/wncklet/window-list.c
++++ b/applets/wncklet/window-list.c
+@@ -122,12 +122,8 @@
+ 
+ 	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
+-	tasklist_update(tasklist);
++	wnck_tasklist_set_orientation(WNCK_TASKLIST (tasklist->tasklist), new_orient);
++ 	tasklist_update(tasklist);
+ }
+ 
+ #if GTK_CHECK_VERSION (3, 0, 0)
+@@ -448,12 +444,7 @@
+ 	tasklist->tasklist = wnck_tasklist_new(NULL);
+ #endif
+ 
+-#ifdef WNCK_CHECK_VERSION
+-#if WNCK_CHECK_VERSION (3, 4, 6)
+-	wnck_tasklist_set_orientation (WNCK_TASKLIST (tasklist->tasklist), tasklist->orientation);
+-	wnck_tasklist_set_middle_click_close (WNCK_TASKLIST (tasklist->tasklist), TRUE);
+-#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
new file mode 100644
index 0000000..5521148
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+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