From ac2acef76cc3f3de3ce058156ea8410393897c09 Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Tue, 27 Jan 2009 02:07:10 +0000 Subject: [PATCH] Comment out the 'Exit sbopkg' from main menu and shorten it by 1; use button to exit sbopkg --- src/usr/bin/sbopkg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/usr/bin/sbopkg b/src/usr/bin/sbopkg index 294c433..8263f5f 100755 --- a/src/usr/bin/sbopkg +++ b/src/usr/bin/sbopkg @@ -2617,7 +2617,7 @@ main_menu () { "Currently using the SlackBuilds.org $SLACKVER repository." \ --menu \ "\nChoose one of the following or press to exit.\n" \ - 17 69 9 \ + 17 69 8 \ "Rsync" "Rsync with SlackBuilds.org" \ "ChangeLog" "View the SlackBuilds.org ChangeLog" \ "Packages" "List installed SBo packages" \ @@ -2626,7 +2626,9 @@ main_menu () { "Search" "Search the local SlackBuilds.org repository" \ "Queue" "Manage the build queue" \ "Utilities" "Go to the utilities menu" \ - "Exit" "Exit sbopkg" 2>$TMP/sbopkg_main_menu_answer + 2>$TMP/sbopkg_main_menu_answer + #FIXME: remove next line if we like it this way + #"Exit" "Exit sbopkg" 2>$TMP/sbopkg_main_menu_answer R="$(cat $TMP/sbopkg_main_menu_answer)"