┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-05-16 23:26:24 +0200
committerPeter Penz <[email protected]>2012-05-16 23:27:36 +0200
commit3ad3dd5afbe2dce7a28c58227f2a2aa1e78f5d64 (patch)
tree560cc8eb9d6266a6d73cda0d13beba8e3e2d8213 /src/settings
parent3e2cf9721b7b9726af37d679d1afd6eaf306ad29 (diff)
Fix default sort-role
The default sort-role property internally has been renamed from "name" to "text" to be open for more generic usecases like in the KStandardItemModel.
Diffstat (limited to 'src/settings')
-rw-r--r--src/settings/dolphin_directoryviewpropertysettings.kcfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings/dolphin_directoryviewpropertysettings.kcfg b/src/settings/dolphin_directoryviewpropertysettings.kcfg
index fced36b52..9584fc8b3 100644
--- a/src/settings/dolphin_directoryviewpropertysettings.kcfg
+++ b/src/settings/dolphin_directoryviewpropertysettings.kcfg
@@ -41,8 +41,8 @@
<entry name="SortRole" type="String" >
<label context="@label">Sort files by</label>
- <whatsthis context="@info:whatsthis">This option defines which attribute (name, size, date, etc.) sorting is performed on.</whatsthis>
- <default code="true">"name"</default>
+ <whatsthis context="@info:whatsthis">This option defines which attribute (text, size, date, etc.) sorting is performed on.</whatsthis>
+ <default>text</default>
</entry>
<entry name="SortOrder" type="Int" >