~ubuntu-branches/ubuntu/saucy/kopete/saucy-proposed

« back to all changes in this revision

Viewing changes to libkopete/kopetestatussettings.kcfg

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-06-21 02:22:39 UTC
  • Revision ID: package-import@ubuntu.com-20130621022239-63l3zc8p0nf26pt6
Tags: upstream-4.10.80
ImportĀ upstreamĀ versionĀ 4.10.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!-- Author: Roman Jarosz-->
 
3
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
 
4
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
5
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
 
6
      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
 
7
        <kcfgfile name="kopeterc"/>
 
8
 
 
9
        <group name="Status">
 
10
                <!-- General Status -->
 
11
                <entry key="protocolStatusMenuType" type="Enum">
 
12
                        <label>Protocol's status menu type.</label>
 
13
                        <choices>
 
14
                                <choice name="StatusesNotFiltered" />
 
15
                                <choice name="StatusesWithSameCategory" />
 
16
                                <choice name="UseParentStatusCategory" />
 
17
                        </choices>
 
18
                        <default>StatusesNotFiltered</default>
 
19
                </entry>
 
20
        </group>
 
21
</kcfg>