[sawfish] edge.actions updated for previous commit
- From: Christopher Bratusek <chrisb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sawfish] edge.actions updated for previous commit
- Date: Sun, 30 Jan 2011 10:51:58 +0000 (UTC)
commit f9e92eb4df461b30d79a1452bd7a297ac0d97e73
Author: Christopher Roy Bratusek <zanghar freenet de>
Date: Sun Jan 30 11:51:30 2011 +0100
edge.actions updated for previous commit
lisp/sawfish/wm/edge/actions.jl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lisp/sawfish/wm/edge/actions.jl b/lisp/sawfish/wm/edge/actions.jl
index 1b84e79..3a25509 100644
--- a/lisp/sawfish/wm/edge/actions.jl
+++ b/lisp/sawfish/wm/edge/actions.jl
@@ -90,13 +90,13 @@
(define (edges-activate init)
(if init
(progn
- (flippers-activate t)
+ (activate-flippers t)
(unless (in-hook-p 'enter-flipper-hook edge-action-hook-func)
(add-hook 'enter-flipper-hook edge-action-hook-func))
;; While the pointer is grabbed, window enter/leave events
;; are not generated.
(unless (in-hook-p 'while-moving-hook edge-action-move-hook-func)
(add-hook 'while-moving-hook edge-action-move-hook-func)))
- (flippers-activate nil)
+ (activate-flippers nil)
(remove-hook 'enter-flipper-hook edge-action-hook-func)
(remove-hook 'while-moving-hook edge-action-move-hook-func))))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]