~ubuntu-branches/ubuntu/utopic/xfce4-panel/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/patches/0001-Tasklist-add-button-release-event-to-proxy-item-bug-.patch

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2011-04-01 20:43:00 UTC
  • Revision ID: james.westby@ubuntu.com-20110401204300-sq45qhoziet0nc6l
Tags: 4.8.2-1ubuntu1
* debian/patches:
  - xubuntu_support-multiple-vendor-default-configs.patch: search for the
    default.xml default config in XDG_CONFIG_DIRS as well, and do not
    display the chooser dialog in this case.                      lp: #747137
  - 0001-Tasklist-add-button-release-event-to-proxy-item-bug-.patch: taken
    from upstream git 'xfce-4.8' branch, fixes window switching with a
    drop down selector.                                           lp: #743689
  - series: added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From 8bb6d5f273053bc75d3a17cfdae26f7798e714d6 Mon Sep 17 00:00:00 2001
 
2
From: Nick Schermer <nick@xfce.org>
 
3
Date: Sun, 27 Feb 2011 22:25:14 +0100
 
4
Subject: Tasklist: add button release event to proxy item (bug #7362).
 
5
 
 
6
Patch slightly edited for Xubuntu to include po/POTFILES.skip.
 
7
---
 
8
 plugins/tasklist/tasklist-widget.c |    2 ++
 
9
 1 files changed, 2 insertions(+), 0 deletions(-)
 
10
 
 
11
diff --git a/plugins/tasklist/tasklist-widget.c b/plugins/tasklist/tasklist-widget.c
 
12
index 0ff7db6..783618a 100644
 
13
--- a/plugins/tasklist/tasklist-widget.c
 
14
+++ b/plugins/tasklist/tasklist-widget.c
 
15
@@ -2664,6 +2664,8 @@ xfce_tasklist_button_proxy_menu_item (XfceTasklistChild *child,
 
16
 
 
17
   g_signal_connect (G_OBJECT (mi), "button-press-event",
 
18
       G_CALLBACK (xfce_tasklist_button_button_press_event), child);
 
19
+  g_signal_connect (G_OBJECT (mi), "button-release-event",
 
20
+      G_CALLBACK (xfce_tasklist_button_button_release_event), child);
 
21
 
 
22
   /* TODO bold labels for urgent windows */
 
23
   /* TODO item dnd */
 
24
--- /dev/null
 
25
+++ xfce4-panel-4.8.2/po/POTFILES.skip
 
26
@@ -0,0 +1 @@
 
27
+.pc/0001-Tasklist-add-button-release-event-to-proxy-item-bug-.patch/plugins/tasklist/tasklist-widget.c