diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-10-15 10:09:09 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-10-15 10:09:09 +0000 |
commit | 574b029841437027befd2f7af07c3b6c6d5e54f5 (patch) | |
tree | c8396a84606dea435ab671f4024211363faf6bb4 /x11-wm/sawfish/files | |
parent | dc450de26d42bef5a09d27adc06b475bac14d05b (diff) | |
download | FreeBSD-ports-574b029841437027befd2f7af07c3b6c6d5e54f5.zip FreeBSD-ports-574b029841437027befd2f7af07c3b6c6d5e54f5.tar.gz |
Update to 1.0.1.
Diffstat (limited to 'x11-wm/sawfish/files')
-rw-r--r-- | x11-wm/sawfish/files/patch-lisp::sawfish::wm::state::gnome.jl | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/x11-wm/sawfish/files/patch-lisp::sawfish::wm::state::gnome.jl b/x11-wm/sawfish/files/patch-lisp::sawfish::wm::state::gnome.jl deleted file mode 100644 index 1261373..0000000 --- a/x11-wm/sawfish/files/patch-lisp::sawfish::wm::state::gnome.jl +++ /dev/null @@ -1,21 +0,0 @@ - -$FreeBSD$ - ---- lisp/sawfish/wm/state/gnome.jl.orig Fri May 4 10:41:32 2001 -+++ lisp/sawfish/wm/state/gnome.jl Tue Aug 28 19:42:30 2001 -@@ -1,5 +1,5 @@ - ;; gnome.jl -- minimal GNOME compliance --;; $Id: gnome.jl,v 1.72 2001/05/04 07:41:32 jsh Exp $ -+;; $Id: gnome.jl,v 1.73 2001/07/24 04:37:14 jsh Exp $ - - ;; Copyright (C) 1999 John Harper <john@dcs.warwick.ac.uk> - -@@ -321,7 +321,7 @@ - (let ((event (event-name (current-event)))) - ;; only proxy Click1 or Off events, and only if we don't have - ;; a binding for an event that may follow in the same grab -- (cond ((and (string-match "^(.*)-Click1$" event) -+ (cond ((and (string-match "^(.*)-Click\\d?$" event) - (let ((mirror (lookup-event - (expand-last-match "\\1-Off")))) - (not (or (search-keymap mirror global-keymap) |