• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

Revisión12647d80f6c17c821ca250b082e34caa59f2071d (tree)
Tiempo2010-11-20 18:02:42
AutorChristopher Roy Bratusek <zanghar@free...>
CommiterChristopher Roy Bratusek

Log Message

fixed a bug in edge-actions-enabled's after-set property

Cambiar Resumen

Diferencia incremental

--- a/lisp/sawfish/wm/edge/actions.jl
+++ b/lisp/sawfish/wm/edge/actions.jl
@@ -42,7 +42,7 @@
4242 "Activate the screen-edges."
4343 :group edge-actions
4444 :type boolean
45- :after-set (lambda () edges-activate))
45+ :after-set (lambda () (edges-activate)))
4646
4747 (defcustom edge-actions-delay 250
4848 "Delay (in miliseconds) before the edges are activated."