Files
evolution/addressbook/gui/component/apps_evolution_addressbook.schemas
Chris Toshok 83a54e15a9 use new schema for completion/uris. (uris_listener): same.
2002-11-26  Chris Toshok  <toshok@ximian.com>

	* gui/component/select-names/e-select-names-manager.c
	(read_completion_books_from_db): use new schema for
	completion/uris.
	(uris_listener): same.

	* gui/component/select-names/e-select-names.h: Convert to
	GtkDialog from GnomeDialog.

	* gui/component/select-names/e-select-names.c: Convert to
	GtkDialog from GnomeDialog.
	(folder_selected): use new schema for last_used_uri.
	(e_select_names_init): same.
	(e_select_names_set_default): use pango markup to set
	bold/not-bold.
	(e_select_names_add_section): don't bother creating an EEntry, we
	can use pango and a normal label.  This also keeps us from
	wrapping "contacts ->" at the '-'.

	* gui/component/apps_evolution_addressbook.schemas: new file.

	* gui/component/Makefile.am: add the schema stuff.

svn path=/trunk/; revision=18939
2002-11-27 02:10:21 +00:00

31 lines
913 B
Plaintext

<gconfschemafile>
<schemalist>
<!-- Completion uris -->
<schema>
<key>/schemas/apps/evolution/addressbook/completion/uris</key>
<applyto>/apps/evolution/addressbook/completion/uris</applyto>
<owner>evolution-addressbook</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>EFolderList xml for the list of completion uris</short>
</locale>
</schema>
<!-- Select names last used uri -->
<schema>
<key>/schemas/apps/evolution/addressbook/select_names/last_used_uri</key>
<applyto>/apps/evolution/addressbook/select_names/last_used_uri</applyto>
<owner>evolution-addressbook</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>URI for the folder last used in the select names dialog</short>
</locale>
</schema>
</schemalist>
</gconfschemafile>