diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-04-30 18:27:18 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-04-30 18:29:06 +0900 |
commit | 4c0290ecf1d20f2f6487038dfd0b370d7ddb8389 (patch) | |
tree | 5fb02af9df23f4ad912131e1199d3f53ed39bec8 /tdeio | |
parent | 35f61f80a0fbacff1d7c90aa10b7e7686208b82e (diff) | |
download | tdelibs-4c0290ecf1d20f2f6487038dfd0b370d7ddb8389.tar.gz tdelibs-4c0290ecf1d20f2f6487038dfd0b370d7ddb8389.zip |
Fix previous commit typo.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c18840c76f3cadeff5f1279f1ea8c1920194ea6e)
Diffstat (limited to 'tdeio')
-rw-r--r-- | tdeio/tdefile/kopenwith.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdefile/kopenwith.cpp b/tdeio/tdefile/kopenwith.cpp index 0633b7f07..8124db5e5 100644 --- a/tdeio/tdefile/kopenwith.cpp +++ b/tdeio/tdefile/kopenwith.cpp @@ -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 ); |