mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Pass window to KRun::runCommand().
svn path=/trunk/KDE/kdebase/libkonq/; revision=674045
This commit is contained in:
parent
91f6a0331d
commit
64d0990a29
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ void KNewMenu::slotNewFile()
|
|||
if (id == 0)
|
||||
{
|
||||
// run the command for the templates
|
||||
KRun::runCommand(QString(sender()->objectName()));
|
||||
KRun::runCommand(QString(sender()->objectName()), d->m_parentWidget);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue