diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-10-05 18:04:47 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-10-05 18:04:47 +0200 |
commit | 29e62220cb68514d690d516f030da6c4f4aaec28 (patch) | |
tree | 2e473278089c36e6aecc4a22a6c904d76b395eae /redhat/tdebase/kdebase-3.5.12-kdesu-noignorebutton.patch | |
parent | aeb0878cbf7f908978c080a9bbb2b4b1c08de18d (diff) | |
download | tde-packaging-29e62220cb68514d690d516f030da6c4f4aaec28.tar.gz tde-packaging-29e62220cb68514d690d516f030da6c4f4aaec28.zip |
RPM Packaging: cleanup tdebase
Diffstat (limited to 'redhat/tdebase/kdebase-3.5.12-kdesu-noignorebutton.patch')
-rw-r--r-- | redhat/tdebase/kdebase-3.5.12-kdesu-noignorebutton.patch | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/redhat/tdebase/kdebase-3.5.12-kdesu-noignorebutton.patch b/redhat/tdebase/kdebase-3.5.12-kdesu-noignorebutton.patch deleted file mode 100644 index bc3583e5e..000000000 --- a/redhat/tdebase/kdebase-3.5.12-kdesu-noignorebutton.patch +++ /dev/null @@ -1,45 +0,0 @@ -diff -rcb kdebase.ORI/kdesu/kdesu/sudlg.cpp kdebase/kdesu/kdesu/sudlg.cpp -*** kdebase.ORI/kdesu/kdesu/sudlg.cpp 2010-12-17 22:55:07.725798945 +0100 ---- kdebase/kdesu/kdesu/sudlg.cpp 2010-12-17 22:55:49.378797283 +0100 -*************** -*** 15,21 **** - #include "sudlg.h" - - KDEsuDialog::KDEsuDialog(TQCString user, TQCString auth_user, bool enableKeep,const TQString& icon, bool withIgnoreButton) -! : KPasswordDialog(Password, enableKeep, (withIgnoreButton ? User1:NoDefault), icon) - { - KConfig* config = KGlobal::config(); - config->setGroup("super-user-command"); ---- 15,21 ---- - #include "sudlg.h" - - KDEsuDialog::KDEsuDialog(TQCString user, TQCString auth_user, bool enableKeep,const TQString& icon, bool withIgnoreButton) -! : KPasswordDialog(Password, enableKeep, 0, icon) - { - KConfig* config = KGlobal::config(); - config->setGroup("super-user-command"); -*************** -*** 34,45 **** - } else { - if (m_User == "root") { - prompt = i18n("The action you requested needs root privileges. " -! "Please enter root's password below or click " -! "Ignore to continue with your current privileges."); - } else { - prompt = i18n("The action you requested needs additional privileges. " -! "Please enter the password for \"%1\" below or click " -! "Ignore to continue with your current privileges.").arg(m_User); - } - } - setPrompt(prompt); ---- 34,43 ---- - } else { - if (m_User == "root") { - prompt = i18n("The action you requested needs root privileges. " -! "Please enter root's password below."); - } else { - prompt = i18n("The action you requested needs additional privileges. " -! "Please enter the password for \"%1\" below.").arg(m_User); - } - } - setPrompt(prompt); |