From 1ebe213fb1634e18aef79067c3ea211088c2b6a5 Mon Sep 17 00:00:00 2001
From: Lars-Dominik Braun <PromyLOPh@lavabit.com>
Date: Tue, 19 Jan 2010 10:05:56 +0100
Subject: Remove abort keybinding

You can always hit enter to abort.
---
 src/ui.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

(limited to 'src')

diff --git a/src/ui.c b/src/ui.c
index 575bdc5..93c2b4e 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -271,9 +271,8 @@ char *BarUiSelectMusicId (PianoHandle_t *ph, FILE *curFd, char *similarToId) {
 		BarUiMsg (MSG_NONE, "\r");
 		if (searchResult.songs != NULL && searchResult.artists != NULL) {
 			/* songs and artists found */
-			BarUiMsg (MSG_QUESTION, "Is this an [a]rtist or [t]rack name? "
-					"Press c to abort. ");
-			BarReadline (selectBuf, sizeof (selectBuf), "atc", 1, 0, curFd);
+			BarUiMsg (MSG_QUESTION, "Is this an [a]rtist or [t]rack name? ");
+			BarReadline (selectBuf, sizeof (selectBuf), "at", 1, 0, curFd);
 			if (*selectBuf == 'a') {
 				tmpArtist = BarUiSelectArtist (searchResult.artists, curFd);
 				if (tmpArtist != NULL) {
-- 
cgit v1.2.3