Allow sawfsh to restore saved settings between sessions. Bump PORTREVISION.

Special thanks to:	Franz Klammer <klammer@webonaut.com> for tracking
			this down
Tested by:	Franz Klammer <klammer@webonaut.com>
Obtained from:	sawfish2 CVS
This commit is contained in:
Joe Marcus Clarke 2002-05-25 21:12:53 +00:00
parent 00da5dddee
commit 0de16d6b95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60003
2 changed files with 30 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= sawfish2
PORTVERSION= 2002.05.02
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta5

View File

@ -0,0 +1,29 @@
--- lisp/sawfish/wm/gnome/integration.jl.orig Sat May 25 15:55:29 2002
+++ lisp/sawfish/wm/gnome/integration.jl Sat May 25 15:55:31 2002
@@ -19,8 +19,6 @@
;; along with sawmill; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
-(eval-when-compile (require 'sawfish.wm.commands.xterm))
-
(define-structure sawfish.wm.gnome.integration ()
(open rep
@@ -28,7 +26,8 @@
sawfish.wm.gnome.menus
sawfish.wm.menus
sawfish.wm.custom
- sawfish.wm.commands.help)
+ sawfish.wm.commands.help
+ sawfish.wm.commands.xterm)
(define-structure-alias gnome-int sawfish.wm.gnome.integration)
@@ -46,6 +45,7 @@
(put 'gnome-use-capplet 'custom-obsolete t)
;; invoke the GNOME terminal instead of xterm
+ (eval-when-compile (require 'sawfish.wm.commands.xterm))
(unless (variable-customized-p 'xterm-program)
(setq xterm-program "gnome-terminal"))