• 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

修订版89799cabc9e155461a064081accfc948d8966bbc (tree)
时间2015-06-13 02:14:20
作者Chris 'Nano' Bratusek <Nanolx@user...>
CommiterChris 'Nano' Bratusek

Log Message

Merge pull request #18 from mario-goulart/master

window-order.jl: window-order-most-recent: fix indentation

更改概述

差异

--- a/lisp/sawfish/wm/util/window-order.jl
+++ b/lisp/sawfish/wm/util/window-order.jl
@@ -90,7 +90,7 @@ function will restrict its search to the elements of this list."
9090 (let loop ((rest (window-order current-workspace nil)))
9191 (cond ((null rest) nil)
9292 ((or (window-get (car rest) 'never-focus)
93- (dock-window-p (car rest));; panel/pager workspace switcher
93+ (dock-window-p (car rest));; panel/pager workspace switcher
9494 (and (listp windows) (not (memq (car rest) windows))))
9595 (loop (cdr rest)))
9696 (t (car rest)))))