From 01b7a2e9821076c8172817f4d5a03a3112a79d94 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 7 Dec 2007 00:22:42 +0100 Subject: [PATCH] Fix issue356 of grml-quickconfig --- debian/changelog | 8 ++++++++ usr_sbin/grml-quickconfig | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 23096df..487eefb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +grml-scripts (1.0.28) unstable; urgency=low + + * grml-quickconfig: sorting the order of the window manager + list and removing the duplicated dwm. Thanks for reporting, + Martin Brassel! [Closes: issue356] + + -- Michael Prokop Fri, 07 Dec 2007 00:21:36 +0100 + grml-scripts (1.0.27) unstable; urgency=low * grml-quickconfig: it is wm-ng and not wmi-ng of course. diff --git a/usr_sbin/grml-quickconfig b/usr_sbin/grml-quickconfig index c31a531..5a519b6 100755 --- a/usr_sbin/grml-quickconfig +++ b/usr_sbin/grml-quickconfig @@ -4,7 +4,7 @@ # Authors: Michael Schierl , Alexander Wirt # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Sam Dez 01 11:05:35 CET 2007 [mika] +# Latest change: Fre Dez 07 00:21:18 CET 2007 [mika] ################################################################################ # menu with quick config options @@ -121,8 +121,8 @@ EOF $HLINE Select a window manager (unsorted list): $HLINE $HLINE Press any other key to return to the main menu. $HLINE ${B}tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqu${N} - $HLINE ${W}d${N}wm ${W}e${N}vilwm ${W}f${N}luxbox f${W}v${N}wm fvwm${W}2${N} fvwm-${W}c${N}rystal ${W}d${N}wm ${N}$HLINE - $HLINE ${W}o${N}penbox pe${W}k${N}wm ${W}p${N}wm3 ${W}t${N}wm ${W}r${N}atpoison w${W}9${N}wm ${W}w${N}indowlab ${N}$HLINE + $HLINE ${W}d${N}wm ${W}e${N}vilwm ${W}f${N}luxbox f${W}v${N}wm fvwm${W}2${N} fvwm-${W}c${N}rystal ${W} ${N}$HLINE + $HLINE ${W}o${N}penbox pe${W}k${N}wm ${W}p${N}wm3 ${W}r${N}atpoison ${W}t${N}wm w${W}9${N}wm ${W}w${N}indowlab ${N}$HLINE $HLINE wm${W}i${N}i wm-${W}n${N}g ${N}$HLINE ${B}mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj${N} -- 2.1.4