Japanese translation of message catalog for Sawfish Window-Manager
Revisão | 12647d80f6c17c821ca250b082e34caa59f2071d (tree) |
---|---|
Hora | 2010-11-20 18:02:42 |
Autor | Christopher Roy Bratusek <zanghar@free...> |
Commiter | Christopher Roy Bratusek |
fixed a bug in edge-actions-enabled's after-set property
@@ -42,7 +42,7 @@ | ||
42 | 42 | "Activate the screen-edges." |
43 | 43 | :group edge-actions |
44 | 44 | :type boolean |
45 | - :after-set (lambda () edges-activate)) | |
45 | + :after-set (lambda () (edges-activate))) | |
46 | 46 | |
47 | 47 | (defcustom edge-actions-delay 250 |
48 | 48 | "Delay (in miliseconds) before the edges are activated." |