[sawfish/sawfish-1.7.0.1] fix poweroff issue



commit 8b7abb9df580bb710fba338156e3429c85b4dab4
Author: Christopher Roy Bratusek <zanghar freenet de>
Date:   Sat Oct 23 09:49:01 2010 +0200

    fix poweroff issue

 lisp/sawfish/wm/menus.jl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lisp/sawfish/wm/menus.jl b/lisp/sawfish/wm/menus.jl
index a277229..f87686e 100644
--- a/lisp/sawfish/wm/menus.jl
+++ b/lisp/sawfish/wm/menus.jl
@@ -171,7 +171,7 @@ before killing it.")
 
   (define (add-poweroff-menu)
     "Add poweroff related menu items to Session sub-menu."
-    (require 'sawfish.wm.commands.poweroff)
+    (user-require 'sawfish.wm.commands.poweroff)
     (let ((menu (assoc (_ "Sessi_on") root-menu)))
       (when menu
 	(nconc menu `(()



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