~ubuntu-branches/ubuntu/oneiric/ratpoison/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/restorededication.patch

  • Committer: Bazaar Package Importer
  • Author(s): Bernhard R. Link
  • Date: 2007-10-07 11:29:55 UTC
  • mfrom: (0.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071007112955-5te8gsuuha3y9tmi
Tags: 1.4.2-1
* new upstream version
- obsoletes restorededication.patch, memoryhole.patch,
  noabortonvoncerterror.diff, nodoubleclassreading.diff,
  nodoubleclassreading.diff, utf8locale.diff
- mimic emacs X key naming more closely. A modifier being both
  Hyper and Super should only be treated as one and not as both
  (Closes: 419882)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: ratpoison-1.4.1/src/frame.c
2
 
===================================================================
3
 
--- ratpoison-1.4.1.orig/src/frame.c    2007-04-16 18:39:47.000000000 +0200
4
 
+++ ratpoison-1.4.1/src/frame.c 2007-04-16 18:49:17.000000000 +0200
5
 
@@ -248,7 +248,7 @@
6
 
        read_slot(dedicated);
7
 
         if (dedicated <= 0)
8
 
           f->dedicated = 0;
9
 
-        else if (f->dedicated >= 1)
10
 
+        else
11
 
           f->dedicated = 1;
12
 
       }
13
 
       else if (!strcmp(tmp, ")"))