File: debian-bts-applet.schema

package info (click to toggle)
debian-bts-applet 0.3
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 164 kB
  • ctags: 114
  • sloc: python: 718; makefile: 29
file content (17 lines) | stat: -rw-r--r-- 413 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<gconfschemafile>
	<schemalist>
		<schema>
			<key>/schemas/apps/bts-applet/bug_list</key>
			<applyto>/apps/bts-applet/bug_list</applyto>
			<owner>bts-applet</owner>
			<type>list</type>
			<list_type>int</list_type>
			<default>[]</default>

			<locale name="C">
				<short>List of bugs</short>
				<long>List of bugs the applet is monitoring.</long>
			</locale>
		</schema>
	</schemalist>
</gconfschemafile>