Japanese translation of message catalog for Sawfish Window-Manager
Revision | 9c9cb677efb8971b28624ea1b3c2582176e0aba0 (tree) |
---|---|
Time | 2012-03-28 03:03:41 |
Author | Christopher Roy Bratusek <nano@tuxf...> |
Commiter | Christopher Roy Bratusek |
unshade/uniconifiy windows when tab-group groups them
@@ -281,9 +281,11 @@ sticky, unsticky, fixed-position." | ||
281 | 281 | (setq release-window t) |
282 | 282 | (tab-delete-window-from-tab-groups w) |
283 | 283 | (setq release-window nil)) |
284 | + (if (window-get win 'iconified) (uniconify-window win)) | |
285 | + (if (window-get win 'shaded) (unshade-window win)) | |
284 | 286 | (setq tab-refresh-lock nil) |
287 | + (if (window-get w 'iconified) (uniconify-window w)) | |
285 | 288 | (if (window-get w 'shaded) (unshade-window w)) |
286 | - (if (window-get win 'shaded) (unshade-window win)) | |
287 | 289 | (window-put w 'frame-style group-frame-style) |
288 | 290 | (window-put w 'type group-frame-type) |
289 | 291 | (window-put w 'focus-mode group-frame-focus-mode) |