Japanese translation of message catalog for Sawfish Window-Manager
Revisión | fffe34e625263f0dc78f823824570d2dac910266 (tree) |
---|---|
Tiempo | 2010-11-13 06:25:56 |
Autor | Christopher Roy Bratusek <zanghar@free...> |
Commiter | Christopher Roy Bratusek |
revert 0e606ea63c2034a3f4b8525f7862fd3cc07d7f4b
brakes opaque move-outline-mode
@@ -1,6 +1,4 @@ | ||
1 | 1 | 2010-11-12 Christopher Bratusek <zanghar@freenet.de> |
2 | - * lisp/sawfish/wm/tabs/tabgroup.jl: reframe windows while moving/resizing [fuchur] | |
3 | - | |
4 | 2 | * themes/Elberg-tabbed/theme.jl |
5 | 3 | * themes/get-S-tabbed/theme.jl: updated |
6 | 4 |
@@ -164,7 +164,7 @@ | ||
164 | 164 | (pos (window-position win))) |
165 | 165 | (mapcar (lambda (w) |
166 | 166 | (tab-move-resize-frame-window-to w (car pos) (cdr pos) (car dim) (cdr dim)) |
167 | - (reframe-window w)) wins) | |
167 | + (rebuild-frame w)) wins) | |
168 | 168 | (rplaca (nthcdr index tab-groups) |
169 | 169 | (tab-build-group pos dim wins)))) |
170 | 170 | ((eq prop 'fixed-position) |