diff options
| author | Peter Penz <[email protected]> | 2010-09-22 20:32:06 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-09-22 20:32:06 +0000 |
| commit | c5659d48b077f44738043c7933becd6a48c3a12e (patch) | |
| tree | f3a95d81af319f676d927ebd3c837afb92c534cf | |
| parent | 7f7bea872b58b78813d99e5ef170c376ab1cc2c7 (diff) | |
Fix icon-name for the filenamesearch protocol. This fixes the issue that an unknown-icon is shown when the search is done in a tab.
svn path=/trunk/KDE/kdebase/apps/; revision=1178364
| -rw-r--r-- | src/search/filenamesearch.protocol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/filenamesearch.protocol b/src/search/filenamesearch.protocol index 65cc60b8e..06aec0e6b 100644 --- a/src/search/filenamesearch.protocol +++ b/src/search/filenamesearch.protocol @@ -11,7 +11,7 @@ makedir=false moving=false listing=Name,Type,Size,Date,AccessDate,Access,Owner,Group,Link source=false -Icon=find +Icon=edit-find Class=:local determineMimetypeFromExtension=false maxInstances=10 |
