Re: Tooltips font fix
- From: John Harper <jsh unfactored org>
- To: "Shun-ichi TAHARA (田原 俊一)" <jado flowernet gr jp>
- Cc: sawfish-list gnome org
- Subject: Re: Tooltips font fix
- Date: Sat, 16 Aug 2003 11:16:25 -0700
Shun-ichi TAHARA (田原 俊一) writes:
|I know. But in lisp/sawfish/wm/ext/tooltips.jl:
|
| (display-message (if (functionp text) (text) text)
| `((position . ,pos)
| (background . ,tooltips-background-color)
| (foreground . ,tooltips-foreground-color)
| (x-justify . left)
| (spacing . 2)
| ,@(and tooltips-font tooltips-font)))
|
|The problem is the part " ,@(and tooltips-font tooltips-font) ".
|I think it does not work.
|
|It must be " ,(and tooltips-font (cons 'font tooltips-font)) ", I
|suppose.
yes, you're right, I'll change this
John
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]