]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix default sort-role
authorPeter Penz <peter.penz19@gmail.com>
Wed, 16 May 2012 21:26:24 +0000 (23:26 +0200)
committerPeter Penz <peter.penz19@gmail.com>
Wed, 16 May 2012 21:27:36 +0000 (23:27 +0200)
The default sort-role property internally has been renamed from
"name" to "text" to be open for more generic usecases like in
the KStandardItemModel.

src/settings/dolphin_directoryviewpropertysettings.kcfg

index fced36b52099c1a46aed22d168ff26c4ec690c9e..9584fc8b36f2054af7baf5ff2ba64e9af823bc89 100644 (file)
@@ -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" >