[sawfish] added a borderline to the top of the root-menu



commit ba60d1e51c6420a3e3d07b1417d9d4ee30cf849a
Author: Christopher Roy Bratusek <zanghar freenet de>
Date:   Tue Jun 22 16:52:51 2010 +0200

    added a borderline to the top of the root-menu

 ChangeLog                |    6 ++++++
 lisp/sawfish/wm/menus.jl |    3 ++-
 man/news.texi            |    4 ++++
 3 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1f841e6..8b45428 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-06-22  Christopher Bratusek <zanghar freenet de>
+	* lisp/sawfish/wm/menus.jl: add a separator to the start of the root menu
+	                            the menu might disappear directly due to the
+				    dummy "Sawfish Rootmenu" headline, this border
+				    prevents that.
+
 2010-06-22  Teika kazura <teika lavabit com>
 	* man/news.texi
 	* src/functions.c: x-atom-name accepts full 32 unsigned
diff --git a/lisp/sawfish/wm/menus.jl b/lisp/sawfish/wm/menus.jl
index f506f0f..b05dbea 100644
--- a/lisp/sawfish/wm/menus.jl
+++ b/lisp/sawfish/wm/menus.jl
@@ -141,7 +141,8 @@ before killing it.")
   (defvar window-menu nil)
 
   (defvar root-menu
-    `((,(_ "Sawfish Rootmenu"))
+    `(()
+      (,(_ "Sawfish Rootmenu"))
       ()
       (,(_ "_Windows") . window-menu)
       (,(_ "Work_spaces") . workspace-menu)
diff --git a/man/news.texi b/man/news.texi
index 517bd7f..8cc53a5 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -22,6 +22,10 @@ Function @code{x-atom-name} now accepts all 32 bits. Previously only
 
 @item Two variables are restored from obsoleteness declaration  *
 They're @code{workspace-boundary-mode} and @code{workspace-send-boundary-mode}.
+
+ item Added a borderline on the top of the root-menu, which
+prevents it from (accidently) immediately disappearing.
+[Christopher Bratusek]
 @end itemize
 
 @item New Features



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