]> git.decadent.org.uk Git - ion3.git/commitdiff
Removed temporary fix included in new upstream version.
authorBen Hutchings <ben@decadent.org.uk>
Tue, 15 May 2007 01:14:48 +0000 (01:14 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 2 Nov 2008 12:36:38 +0000 (12:36 +0000)
debian/patches/00list
debian/patches/102_config-request-fix.diff [deleted file]

index b72c46e59d4e16fc1d9b5ae1fde9e916ec8d2c27..24d414451043d3ef11a6a2c8b1e0bbf51c0fc87f 100644 (file)
@@ -1,4 +1,3 @@
-102_config-request-fix.diff
 201_fix-paths.diff
 202_fix-menus.diff
 204_fix-bindings.diff
diff --git a/debian/patches/102_config-request-fix.diff b/debian/patches/102_config-request-fix.diff
deleted file mode 100644 (file)
index 69175f2..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-#! /bin/sh -e
-if [ $# -ne 1 ]; then
-    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-    exit 1
-fi
-case "$1" in
-    -patch) patch -f --no-backup-if-mismatch -p1 < $0;;
-    -unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;;
-    *)
-        echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-        exit 1;;
-esac
-
-exit 0
-@DPATCH@                                                                                                                                                       
-Mon Mar 19 18:37:26 GMT 2007  Tuomo Valkonen <tuomov@iki.fi>
-  * Oops, return in wrong place in fs rq check was breaking other cfgrqs
-diff -rN -u old-ion3-darcs/ioncore/clientwin.c new-ion3-darcs/ioncore/clientwin.c
---- old-ion3-darcs/ioncore/clientwin.c 2007-03-25 23:14:35.000000000 +0100
-+++ new-ion3-darcs/ioncore/clientwin.c 2007-03-25 23:14:35.000000000 +0100
-@@ -1085,9 +1085,9 @@
-             
-             if(!region_fullscreen_scr(grp, scr, sw))
-                 cwin->flags&=~CLIENTWIN_FS_RQ;
-+                
-+            return TRUE;
-         }
--        
--        return TRUE;
-     }
-     return FALSE;
-