diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-23 16:29:22 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-23 16:29:22 +0200 |
commit | b73d673abb4ea046cfa1c17383302ba91d3b5024 (patch) | |
tree | af781ae7c86c233b1d7109d5e68a33c6a7b85f28 /kde/polkit-kde/gcc45.patch | |
parent | 63e9d10f60dff0889bb060f28a93061340deb0c4 (diff) | |
download | nutyx-extra-b73d673abb4ea046cfa1c17383302ba91d3b5024.tar.gz nutyx-extra-b73d673abb4ea046cfa1c17383302ba91d3b5024.tar.bz2 nutyx-extra-b73d673abb4ea046cfa1c17383302ba91d3b5024.tar.xz nutyx-extra-b73d673abb4ea046cfa1c17383302ba91d3b5024.zip |
polkit-kde, port nettoyé
Diffstat (limited to 'kde/polkit-kde/gcc45.patch')
-rw-r--r-- | kde/polkit-kde/gcc45.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/kde/polkit-kde/gcc45.patch b/kde/polkit-kde/gcc45.patch deleted file mode 100644 index 478b1660c..000000000 --- a/kde/polkit-kde/gcc45.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- agent/AuthDialog.cpp 2010-04-10 10:13:18.634941750 +0200 -+++ agent/AuthDialog.cpp 2010-04-10 10:13:56.021565836 +0200 -@@ -169,7 +169,7 @@ - foreach(PolkitQt1::Identity *identity, identities) { - // First check to see if the user is valid - qDebug() << "User: " << identity; -- KUser user = KUser::KUser(identity->toString().remove("unix-user:")); -+ KUser user = KUser(identity->toString().remove("unix-user:")); - if (!user.isValid()) { - kWarning() << "User invalid: " << user.loginName(); - continue; |