From 1f525717afd16c97dd0e0d3676e22199f1b6e138 Mon Sep 17 00:00:00 2001 From: Duncan Mac-Vicar P Date: Tue, 25 Apr 2006 14:58:30 +0000 Subject: [PATCH] if unknown key, pass empty strings insteads for description --- zypp/KeyRing.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/KeyRing.cc b/zypp/KeyRing.cc index 6b6779d..7589b48 100644 --- a/zypp/KeyRing.cc +++ b/zypp/KeyRing.cc @@ -309,7 +309,7 @@ namespace zypp else { // unknown key... - if ( report->askUserToAcceptUnknownKey( filedesc, id, "Unknown Key", "No fingerprint" ) ) + if ( report->askUserToAcceptUnknownKey( filedesc, id, "", "" ) ) { MIL << "User wants to accept unknown key " << id << std::endl; return true; -- 2.7.4