From 075b84872b8308065f9293f2a87da46bc9fe89ee Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sat, 26 Jan 2013 11:42:17 +0000 Subject: [PATCH] [equo] fix "equo conf update" -7 discard option as per bug 3630 --- client/solo/commands/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/solo/commands/conf.py b/client/solo/commands/conf.py index 8727b5b42..e55b4cc92 100644 --- a/client/solo/commands/conf.py +++ b/client/solo/commands/conf.py @@ -440,7 +440,7 @@ Manage package file updates. darkred(_("Destination file")), purple(destination_path),) ) - if cmd == -3: + if cmd == -7: rc = entropy_client.ask_question( ">> %s" % (_("Discard ?"),) ) if rc == _("No"):