From fbc549c983707d01eb184f9dbab02eefb22a94a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 28 Sep 2013 17:33:07 +0200 Subject: [PATCH] Remove Ignore button from the tdesudo dialog This relates to Bug 985 In tdesudo missing code for handling the Ignore button - the Ignore button does not work anyway. --- tdesudo/tdesudo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdesudo/tdesudo.cpp b/tdesudo/tdesudo.cpp index 97a74e9..900d3e5 100644 --- a/tdesudo/tdesudo.cpp +++ b/tdesudo/tdesudo.cpp @@ -45,7 +45,7 @@ #include KdeSudo::KdeSudo(TQWidget *parent, const char *name,const TQString& icon, const TQString& generic, bool withIgnoreButton) - : KPasswordDialog(KPasswordDialog::Password, false, (withIgnoreButton ? User1: false), icon, parent, name) + : KPasswordDialog(KPasswordDialog::Password, false, false, icon, parent, name) { TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();