diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/window-valid.diff | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/debian/patches/window-valid.diff b/debian/patches/window-valid.diff index 6f6b0fd1..574e6bea 100644 --- a/debian/patches/window-valid.diff +++ b/debian/patches/window-valid.diff @@ -1,11 +1,6 @@ -=================================================================== -RCS file: /cvs/gnome/zenity/src/util.c,v -retrieving revision 1.14 -retrieving revision 1.15 -diff -u -r1.14 -r1.15 ---- util.c 2004/10/05 03:44:52 1.14 -+++ util.c 2004/11/23 10:08:50 1.15 -@@ -272,8 +272,16 @@ +--- zenity-2.8.2.orig/src/util.c 2004-12-07 20:49:41.000000000 +0000 ++++ zenity-2.8.2/src/util.c 2004-12-21 10:37:52.000000000 +0000 +@@ -275,8 +275,16 @@ if (wid_str) { char *wid_str_end; Window wid = strtoul (wid_str, &wid_str_end, 10); |