[sawfish] removed unused key-arg from toggle-window-sticky/viewport



commit ece678e762b44f5be3ba658c1dd882924eea19bf
Author: Christopher Roy Bratusek <zanghar freenet de>
Date:   Tue Feb 1 18:38:59 2011 +0100

    removed unused key-arg from toggle-window-sticky/viewport

 lisp/sawfish/wm/state/iconify.jl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lisp/sawfish/wm/state/iconify.jl b/lisp/sawfish/wm/state/iconify.jl
index 554d77e..766ca3b 100644
--- a/lisp/sawfish/wm/state/iconify.jl
+++ b/lisp/sawfish/wm/state/iconify.jl
@@ -199,7 +199,7 @@
       (unless no-hooks
 	(emit-sticky-hook w))))
 
-   (define (toggle-window-sticky/viewport w #!key no-hooks)
+   (define (toggle-window-sticky/viewport w)
      "Toggle the stickiness of the window, i.e. make it appear in
 all viewports."
      (if (window-get w 'sticky-viewport)



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