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.
pull/1/head
Slávek Banko 11 years ago
parent 0fd2e545b7
commit fbc549c983

@ -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();

Loading…
Cancel
Save