┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-03-12 15:18:02 +0100
committerPeter Penz <[email protected]>2012-03-12 15:19:20 +0100
commit6c60bf0ad54258976d9dcbd6586b26c65d8d4b78 (patch)
tree3739a86de6c9f23f63cb45593194e34ff23962e2 /src/settings
parent2ba5c2cfc2cea534cccd860f94a7198530b83594 (diff)
Provide backward compatibility with older .directory versions
When upgrading to Dolphin 2.1 the obsolete additionalInfo-property must be converted to the visibleRoles-property.
Diffstat (limited to 'src/settings')
-rw-r--r--src/settings/dolphin_directoryviewpropertysettings.kcfg9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/settings/dolphin_directoryviewpropertysettings.kcfg b/src/settings/dolphin_directoryviewpropertysettings.kcfg
index db1a5cdc0..3f2c46a9c 100644
--- a/src/settings/dolphin_directoryviewpropertysettings.kcfg
+++ b/src/settings/dolphin_directoryviewpropertysettings.kcfg
@@ -18,8 +18,7 @@
<entry name="Version" type="Int" >
<label context="@label">Version</label>
<whatsthis context="@info:whatsthis">This option defines the used version of the view properties.</whatsthis>
- <default>2</default>
- <min>1</min>
+ <default>-1</default>
</entry>
<entry name="ViewMode" type="Int" >
@@ -67,6 +66,12 @@
<label context="@label">Properties last changed</label>
<whatsthis context="@info:whatsthis">The last time these properties were changed by the user.</whatsthis>
</entry>
+
+ <!-- Obsolete - replaced by VisibleRoles -->
+ <entry name="AdditionalInfo" type="StringList">
+ <label context="@label">Additional Information</label>
+ <default></default>
+ </entry>
</group>
</kcfg>