[sawfish] Simplified accesses to the module sawfish.wm.tabs.tab.



commit 452d34d5df577f9ffa832ba6e9997017a5332efc
Author: Teika kazura <teika lavabit com>
Date:   Tue Jan 18 12:46:05 2011 +0900

    Simplified accesses to the module sawfish.wm.tabs.tab.

 lisp/sawfish/wm.jl            |    3 ++-
 lisp/sawfish/wm/gaol.jl       |    1 -
 themes/DarkTab/theme.jl       |    1 -
 themes/Elberg-tabbed/theme.jl |    1 -
 themes/get-S-tabbed/theme.jl  |    1 -
 5 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/lisp/sawfish/wm.jl b/lisp/sawfish/wm.jl
index 9c0046c..c2390af 100644
--- a/lisp/sawfish/wm.jl
+++ b/lisp/sawfish/wm.jl
@@ -87,7 +87,8 @@
 			 sawfish.wm.state.iconify
 			 sawfish.wm.state.ignored
 			 sawfish.wm.server
-			 sawfish.wm.state.wm-spec))
+			 sawfish.wm.state.wm-spec
+			 sawfish.wm.tabs.tab))
 
 ;; Create the exports from sawfish.wm; Bindings in these modules are
 ;; exported by sawfish.wm on behalf of them. User scripts have to
diff --git a/lisp/sawfish/wm/gaol.jl b/lisp/sawfish/wm/gaol.jl
index daad892..731ed98 100644
--- a/lisp/sawfish/wm/gaol.jl
+++ b/lisp/sawfish/wm/gaol.jl
@@ -71,7 +71,6 @@
 				sawfish.wm.util.gradient
 				sawfish.wm.util.recolor-image
 				sawfish.wm.theming.make-theme
-				sawfish.wm.tabs.tab
 				;; compatibility
 				timers gradient make-theme))
 
diff --git a/themes/DarkTab/theme.jl b/themes/DarkTab/theme.jl
index ad5016d..f2c75b4 100644
--- a/themes/DarkTab/theme.jl
+++ b/themes/DarkTab/theme.jl
@@ -2923,7 +2923,6 @@
            (right-frame-transient-buttons-right
             (make-button-list t darktab:right-top-buttons 'top-edge 0 (+ darktab:title-dimension darktab:button-width))))
 
-      (require 'sawfish.wm.tabs.tab)
       (when (eq current-title 'top)
         (let ((top-left-d-w 11)
               (top-right-d-w 3)
diff --git a/themes/Elberg-tabbed/theme.jl b/themes/Elberg-tabbed/theme.jl
index bee03e3..cc238a6 100644
--- a/themes/Elberg-tabbed/theme.jl
+++ b/themes/Elberg-tabbed/theme.jl
@@ -472,7 +472,6 @@
           (Elberg-rigth-m 16)
           (Elberg-left-m-t 0)
           (Elberg-right-m-t 0))
-      (require 'sawfish.wm.tabs.tab)
       (set-tab-adjustments #:theme-left-dec-width Elberg-left-d-w #:theme-right-dec-width Elberg-right-d-w #:theme-left-margin 
                            Elberg-left-m #:theme-right-margin Elberg-rigth-m #:theme-left-margin-transient Elberg-left-m-t 
                            #:theme-right-margin-transient Elberg-right-m-t))))
diff --git a/themes/get-S-tabbed/theme.jl b/themes/get-S-tabbed/theme.jl
index 4f2c166..2fb466c 100644
--- a/themes/get-S-tabbed/theme.jl
+++ b/themes/get-S-tabbed/theme.jl
@@ -311,7 +311,6 @@
           (rigth-m 38)
           (left-m-t 0)
           (right-m-t 0))
-      (require 'sawfish.wm.tabs.tab)
       (set-tab-adjustments #:theme-left-dec-width left-d-w #:theme-right-dec-width right-d-w #:theme-left-margin left-m #:theme-right-margin rigth-m
                            #:theme-left-margin-transient left-m-t #:theme-right-margin-transient right-m-t))))
 



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