[equo] fix "equo conf update" -7 discard option as per bug 3630

This commit is contained in:
Fabio Erculiani
2013-01-26 11:42:17 +00:00
parent 2cdb87d567
commit 075b84872b

View File

@@ -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"):