kdontchangethehostname: put back accidently removed argument

This commit is contained in:
Ivailo Monev 2015-07-21 17:38:35 +03:00
parent 7efa95b827
commit f9f93a5af2

View file

@ -157,8 +157,8 @@ void KHostName::changeX()
continue;
}
QProcess::execute("xauth", QStringList() << "remove" << netId);
QProcess::execute("xauth", QStringList() << "add" << newNetId << authName << authKey);
QProcess::execute("xauth", QStringList() << "-n" << "remove" << netId);
QProcess::execute("xauth", QStringList() << "-n" << "add" << newNetId << authName << authKey);
}
}