diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-22 15:26:03 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-22 15:26:03 +0200 |
commit | 29a518b51bd6746654d5fcf0d82fe23a2171dd37 (patch) | |
tree | 7fadc8e23e98b8a7ec16f7eadb133eabb82e2db9 /kde/polkit-kde/gcc45.patch | |
parent | 0781f7cd815218296f9cd4f4d14dce388738a843 (diff) | |
parent | 1e78016f022ba5551dcaea56c893a6d5494c36cf (diff) | |
download | nutyx-pakxe-29a518b51bd6746654d5fcf0d82fe23a2171dd37.tar.gz nutyx-pakxe-29a518b51bd6746654d5fcf0d82fe23a2171dd37.tar.bz2 nutyx-pakxe-29a518b51bd6746654d5fcf0d82fe23a2171dd37.tar.xz nutyx-pakxe-29a518b51bd6746654d5fcf0d82fe23a2171dd37.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
Diffstat (limited to 'kde/polkit-kde/gcc45.patch')
-rw-r--r-- | kde/polkit-kde/gcc45.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kde/polkit-kde/gcc45.patch b/kde/polkit-kde/gcc45.patch new file mode 100644 index 000000000..478b1660c --- /dev/null +++ b/kde/polkit-kde/gcc45.patch @@ -0,0 +1,11 @@ +--- 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; |