Re: Tooltips Font
- From: John Paul Wallington <jpw gnu org>
- To: Bradley W Settlemyer <bws deepcopy org>
- Cc: sawfish-list gnome org
- Subject: Re: Tooltips Font
- Date: Mon, 22 Dec 2003 20:00:45 +0000
Bradley W Settlemyer <bws deepcopy org> wrote:
> Any hints on how to set the tooltips font?
sawfish doesn't heed `tooltips-font' because of a bug.
Here is the fix:
Index: tooltips.jl
===================================================================
RCS file: /cvs/gnome/sawfish/lisp/sawfish/wm/ext/tooltips.jl,v
retrieving revision 1.32
diff -u -r1.32 tooltips.jl
--- tooltips.jl 16 Aug 2003 18:14:08 -0000 1.32
+++ tooltips.jl 22 Dec 2003 19:56:54 -0000
@@ -93,7 +93,7 @@
(foreground . ,tooltips-foreground-color)
(x-justify . left)
(spacing . 2)
- ,@(and tooltips-font (cons 'font tooltips-font))))
+ ,(and tooltips-font (cons 'font tooltips-font))))
(setq tooltips-displayed (or win t))
(setq tooltips-timer
(make-timer remove-tooltip
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]