mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kdontchangethehostname: put back accidently removed argument
This commit is contained in:
parent
7efa95b827
commit
f9f93a5af2
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue