[sawfish] Tab: bugfix, by updating the title when a window in a tabgroup is closed. [fuchur]



commit ad0bf9060564d20565ef3ba4db1d0825fa5cf844
Author: Teika kazura <teika lavabit com>
Date:   Tue Jan 18 12:42:30 2011 +0900

    Tab: bugfix, by updating the title when a window in a tabgroup is closed. [fuchur]

 lisp/sawfish/wm/tabs/tabgroup.jl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/lisp/sawfish/wm/tabs/tabgroup.jl b/lisp/sawfish/wm/tabs/tabgroup.jl
index 299d2c3..c428132 100644
--- a/lisp/sawfish/wm/tabs/tabgroup.jl
+++ b/lisp/sawfish/wm/tabs/tabgroup.jl
@@ -115,6 +115,7 @@
                 (tab-build-group (tab-group-position old) (tab-group-dimensions old) l))
         ;; releas from sawfish "default" group adopt by tab-group-window
         (add-window-to-new-group win)
+	(adjustment-title win)
         (tab-refresh-group win 'frame)
         (window-put win 'fixed-position nil)
         (tab-refresh-group (car l) 'frame))))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]