c3f3075d10
Sawfish is an extensible window manager which uses a Lisp-based scripting language. All window decorations are configurable and the basic idea is to have as much user-interface policy as possible controlled through the Lisp language. Configuration can be accomplished by writing Lisp code in a personal .sawfishrc file, or using a GTK+ interface. Sawfish is mostly GNOME compliant Submitted by: robbie@g7.org
13 lines
421 B
Julia
13 lines
421 B
Julia
--- lisp/sawfish/ui/widgets/frame-style.jl.orig Tue Nov 28 05:13:51 2000
|
|
+++ lisp/sawfish/ui/widgets/frame-style.jl Mon Feb 5 19:16:00 2001
|
|
@@ -99,8 +99,7 @@
|
|
(setq full dir)
|
|
(throw 'out t))
|
|
(error))))
|
|
- '("%s" "%s.tar#tar/%s" "%s.tar.gz#tar/%s"
|
|
- "%s.tar.Z#tar/%s" "%s.tar.bz2#tar/%s"))
|
|
+ '("%s"))
|
|
nil)
|
|
(setq full (i18n-filename
|
|
(expand-file-name "README" full)))
|