• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

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

修訂3156334adc8208c3b053dd7858c1e30a242b350d (tree)
時間2010-11-05 04:22:03
作者Christopher Roy Bratusek <zanghar@free...>
CommiterChristopher Roy Bratusek

Log Message

edge-actions updated

Change Summary

差異

--- a/lisp/sawfish/wm/edge/actions.jl
+++ b/lisp/sawfish/wm/edge/actions.jl
@@ -31,7 +31,7 @@
3131 sawfish.wm.edge.util
3232 sawfish.wm.edge.flip
3333 sawfish.wm.edge.hot-spots
34- sawfish.wm.edge.infinite-desktop)
34+ sawfish.wm.edge.viewport-drag)
3535
3636 (define-structure-alias edge-actions sawfish.wm.edge.actions)
3737
@@ -74,7 +74,7 @@
7474 ((hot-spot)
7575 (hot-spot-activate edge))
7676 ((viewport-drag)
77- (infinite-desktop-activate edge))
77+ (viewport-drag-activate edge))
7878 ((flip-workspace)
7979 (edge-flip-activate edge 'workspace))
8080 ((flip-viewport)
@@ -115,4 +115,4 @@
115115 (if (in-hook-p 'enter-flipper-hook edge-action-init)
116116 (remove-hook 'enter-flipper-hook edge-action-init))
117117 (if (in-hook-p 'while-moving-hook edge-action-init)
118- (remove-hook 'while-moving-hook edge-action-init)))))
\ No newline at end of file
118+ (remove-hook 'while-moving-hook edge-action-init)))))