Japanese translation of message catalog for Sawfish Window-Manager
修訂 | 3156334adc8208c3b053dd7858c1e30a242b350d (tree) |
---|---|
時間 | 2010-11-05 04:22:03 |
作者 | Christopher Roy Bratusek <zanghar@free...> |
Commiter | Christopher Roy Bratusek |
edge-actions updated
@@ -31,7 +31,7 @@ | ||
31 | 31 | sawfish.wm.edge.util |
32 | 32 | sawfish.wm.edge.flip |
33 | 33 | sawfish.wm.edge.hot-spots |
34 | - sawfish.wm.edge.infinite-desktop) | |
34 | + sawfish.wm.edge.viewport-drag) | |
35 | 35 | |
36 | 36 | (define-structure-alias edge-actions sawfish.wm.edge.actions) |
37 | 37 |
@@ -74,7 +74,7 @@ | ||
74 | 74 | ((hot-spot) |
75 | 75 | (hot-spot-activate edge)) |
76 | 76 | ((viewport-drag) |
77 | - (infinite-desktop-activate edge)) | |
77 | + (viewport-drag-activate edge)) | |
78 | 78 | ((flip-workspace) |
79 | 79 | (edge-flip-activate edge 'workspace)) |
80 | 80 | ((flip-viewport) |
@@ -115,4 +115,4 @@ | ||
115 | 115 | (if (in-hook-p 'enter-flipper-hook edge-action-init) |
116 | 116 | (remove-hook 'enter-flipper-hook edge-action-init)) |
117 | 117 | (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))))) |