mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Compile.
svn path=/trunk/KDE/kdebase/libkonq/; revision=662159
This commit is contained in:
parent
c6e1b83251
commit
dfe4a7598a
1 changed files with 2 additions and 2 deletions
|
@ -882,7 +882,7 @@ void DolphinMainWindow::goHome()
|
||||||
|
|
||||||
void DolphinMainWindow::findFile()
|
void DolphinMainWindow::findFile()
|
||||||
{
|
{
|
||||||
KRun::run("kfind", m_activeView->url());
|
KRun::run("kfind", m_activeView->url(), this);
|
||||||
}
|
}
|
||||||
|
|
||||||
void DolphinMainWindow::compareFiles()
|
void DolphinMainWindow::compareFiles()
|
||||||
|
@ -936,7 +936,7 @@ void DolphinMainWindow::compareFiles()
|
||||||
command.append("\" \"");
|
command.append("\" \"");
|
||||||
command.append(urlB.pathOrUrl());
|
command.append(urlB.pathOrUrl());
|
||||||
command.append('\"');
|
command.append('\"');
|
||||||
KRun::runCommand(command, "Kompare", "kompare");
|
KRun::runCommand(command, "Kompare", "kompare", this);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue