~ubuntu-branches/ubuntu/oneiric/partitionmanager/oneiric

« back to all changes in this revision

Viewing changes to src/config.kcfg

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2009-01-23 17:57:36 UTC
  • Revision ID: james.westby@ubuntu.com-20090123175736-2ltrhgg3m55dokbm
Tags: upstream-1.0.0~beta1a
ImportĀ upstreamĀ versionĀ 1.0.0~beta1a

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
 
3
<kcfg>
 
4
        <kcfgfile name="partitionmanagerrc"/>
 
5
 
 
6
        <group name="KDE Partition Manager">
 
7
                <entry name="treePartitionColumnWidths" type="IntList">
 
8
                        <default>-1</default>
 
9
                </entry>
 
10
                <entry name="firstRun" type="Bool">
 
11
                        <default>true</default>
 
12
                </entry>
 
13
        </group>
 
14
</kcfg>