~ubuntu-branches/ubuntu/precise/alltray/precise

« back to all changes in this revision

Viewing changes to debian/patches/15-dont-remove-from-pager.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Kyran Lange
  • Date: 2009-04-19 13:49:12 UTC
  • Revision ID: james.westby@ubuntu.com-20090419134912-ze3frn9zbvw570lv
Tags: 0.69-1ubuntu4
Fix "alltray hides applications from gnome-panel desktop switcher" 
(LP: #118484) by adding 15-dont-remove-from-pager.dpatch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 15-dont-remove-from-pager.dpatch by Kyran Lange <kyran.lange@gmail.com>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Fix "alltray hides applications from gnome-panel desktop switcher"
 
6
## DP: (LP: #118484)
 
7
## DP: src/utils.c: Do not hide application window from the pager.
 
8
## DP: From revision 26 upstream in the old-maintenance branch.
 
9
 
 
10
@DPATCH@
 
11
diff -urNad alltray-0.69~/src/utils.c alltray-0.69/src/utils.c
 
12
--- alltray-0.69~/src/utils.c   2009-04-16 15:20:57.000000000 +0930
 
13
+++ alltray-0.69/src/utils.c    2009-04-16 15:20:58.000000000 +0930
 
14
@@ -1919,8 +1919,6 @@
 
15
       if (win->sticky)
 
16
         sticky (parent_xlib);
 
17
       
 
18
-      skip_pager(parent_xlib, TRUE);
 
19
-      
 
20
       if (win->skip_tasklist)
 
21
         skip_taskbar (win, TRUE);
 
22