• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
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

Revision9c9cb677efb8971b28624ea1b3c2582176e0aba0 (tree)
Time2012-03-28 03:03:41
AuthorChristopher Roy Bratusek <nano@tuxf...>
CommiterChristopher Roy Bratusek

Log Message

unshade/uniconifiy windows when tab-group groups them

Change Summary

Incremental Difference

--- a/lisp/sawfish/wm/tabs/tabgroup.jl
+++ b/lisp/sawfish/wm/tabs/tabgroup.jl
@@ -281,9 +281,11 @@ sticky, unsticky, fixed-position."
281281 (setq release-window t)
282282 (tab-delete-window-from-tab-groups w)
283283 (setq release-window nil))
284+ (if (window-get win 'iconified) (uniconify-window win))
285+ (if (window-get win 'shaded) (unshade-window win))
284286 (setq tab-refresh-lock nil)
287+ (if (window-get w 'iconified) (uniconify-window w))
285288 (if (window-get w 'shaded) (unshade-window w))
286- (if (window-get win 'shaded) (unshade-window win))
287289 (window-put w 'frame-style group-frame-style)
288290 (window-put w 'type group-frame-type)
289291 (window-put w 'focus-mode group-frame-focus-mode)