diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-28 17:33:07 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-28 17:33:07 +0200 |
commit | fbc549c983707d01eb184f9dbab02eefb22a94a1 (patch) | |
tree | e54fc4e6511e92c6bdfec05bcb53b87d83292695 | |
parent | 0fd2e545b7a65043d7c2296a60ff6e6a05775275 (diff) | |
download | tdesudo-fbc549c983707d01eb184f9dbab02eefb22a94a1.tar.gz tdesudo-fbc549c983707d01eb184f9dbab02eefb22a94a1.zip |
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.
-rw-r--r-- | tdesudo/tdesudo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <sys/types.h> 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(); |