• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
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

修订版4a6b5fa73ca2be5400a7d2c9dd3b5fc54518be39 (tree)
时间2010-12-09 13:55:55
作者Michal Maruska <mmaruska@gmai...>
CommiterMichal Maruska

Log Message

display-window ... change viewport (on the same WS)

更改概述

差异

--- a/lisp/sawfish/wm/util/display-window.jl
+++ b/lisp/sawfish/wm/util/display-window.jl
@@ -57,7 +57,8 @@ unshaded if necessary."
5757 (not (window-in-workspace-p w preferred-space)))
5858 (setq preferred-space
5959 (nearest-workspace-with-window w current-workspace)))
60- (if preferred-space
60+ (if (and preferred-space
61+ (not (= preferred-space current-workspace)))
6162 (select-workspace preferred-space will-refocus
6263 (lambda ()
6364 (raise-window* w)