~vcs-imports/xchat-gnome/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<gconfschemafile>
	<schemalist>

		<schema>
			<key>/schemas/apps/xchat/plugins/urlscraper/history</key>
			<applyto>/apps/xchat/plugins/urlscraper/history</applyto>
			<owner>xchat</owner>
			<type>int</type>
			<default>10</default>
			<locale name="C">
				<short>URL Scraper history length</short>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/xchat/plugins/urlscraper/timestamps</key>
			<applyto>/apps/xchat/plugins/urlscraper/timestamps</applyto>
			<owner>xchat</owner>
			<type>bool</type>
			<default>true</default>
			<locale name="C">
				<short>URL Scraper show timestamps</short>
			</locale>
		</schema>

	</schemalist>
</gconfschemafile>