Fix previous commit typo.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c18840c76f)
v3.5.13-sru
Michele Calgaro 6 years ago committed by Slávek Banko
parent 9660b50111
commit 8f7b2d1f6d

@ -563,7 +563,7 @@ void KOpenWithDlg::slotHighlighted( const TQString& _name, const TQString& _exec
// Look up by desktop path first, to avoid returning wrong results in case multiple .desktop files
// contain the same name for different services (such as Konsole)
// Try by name only if first search fails (this should never happen normally)
d->curService = KService::serviceByDesktopPath( _desktopPath )
d->curService = KService::serviceByDesktopPath( _desktopPath );
if (!d->curService)
{
d->curService = KService::serviceByName( qName );

Loading…
Cancel
Save