[sawfish] Bindings for mouse button 6 are no longer valid; removed them from mxflat theme.



commit 6b6d631c16139119f60724ff24f79eef206a29f0
Author: Jeremy Hankins <nowan nowan org>
Date:   Wed Oct 7 17:11:37 2009 -0500

    Bindings for mouse button 6 are no longer valid; removed them from mxflat theme.

 ChangeLog              |    4 +++-
 themes/mxflat/theme.jl |    2 --
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 10dd5e0..f25fd55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-10-07  Jeremy Hankins <nowan nowan org>
+	* themes/mxflat/theme.jl: Removed bindings for Button6-Click that are no longer valid.
+
 2009-10-07  Christopher Bratusek <zanghar freenet de>
 	* src/events.c
 	* lisp/sawfish/wm/focus.jl
@@ -6,7 +9,6 @@
 					- Fix focus behaviour of KDE Run Command
 					- Fix KDE focus behaviour also in transient-unmap-window
 					- Ignore grab-induced enter-notify events
-	                                
 
 	* lisp/sawfish/wm/frames.jl: merged timo/frame-fix branch
 	                             - added remove-frame-part-value
diff --git a/themes/mxflat/theme.jl b/themes/mxflat/theme.jl
index 7b9adb3..d3be307 100644
--- a/themes/mxflat/theme.jl
+++ b/themes/mxflat/theme.jl
@@ -128,7 +128,6 @@
 
 (defvar previous-button-keymap
   (bind-keys (make-keymap)
-             "Button6-Click" 'pack-window-left
              "Button3-Off" '(command-sequence
                              `((send-to-workspace
                                 ,(1+ (car (workspace-limits))))
@@ -139,7 +138,6 @@
 
 (defvar next-button-keymap
   (bind-keys (make-keymap)
-             "Button6-Click" 'pack-window-right
              "Button3-Off" '(command-sequence
                              `((send-to-workspace
                                 ,(1+ (cdr (workspace-limits))))



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