diff options
author | William Jon McCann <mccann@jhu.edu> | 2004-09-22 03:16:22 +0800 |
---|---|---|
committer | William Jon McCann <mccann@src.gnome.org> | 2004-09-22 03:16:22 +0800 |
commit | 5cbb876604b359b367e4bd76ff2bb20eefbca27b (patch) | |
tree | 33c07de23ddf40806e61a6f80a2b45c0ecb89459 /addressbook/gui/component/apps_evolution_addressbook.schemas.in.in | |
parent | fc67e299211369cb086dde9389b229fab7e10a0a (diff) | |
download | gsoc2013-evolution-5cbb876604b359b367e4bd76ff2bb20eefbca27b.tar.gz gsoc2013-evolution-5cbb876604b359b367e4bd76ff2bb20eefbca27b.tar.zst gsoc2013-evolution-5cbb876604b359b367e4bd76ff2bb20eefbca27b.zip |
Quiet debug messages.
2004-09-21 William Jon McCann <mccann@jhu.edu>
* gui/component/component-factory.c (factory): Quiet debug messages.
* gui/widgets/e-addressbook-view.c (eab_view_new): Remove
unnecessary label widget placeholder. Make vertical scrollbar
policy automatic. Use gtk_paned_add2 instead of
gtk_container_add.
* gui/component/apps_evolution_addressbook.schemas.in.in: Add
missing show_preview schema. Add missing long descriptions.
svn path=/trunk/; revision=27325
Diffstat (limited to 'addressbook/gui/component/apps_evolution_addressbook.schemas.in.in')
-rw-r--r-- | addressbook/gui/component/apps_evolution_addressbook.schemas.in.in | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in b/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in index d885f545ba..1f835d9414 100644 --- a/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in +++ b/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in @@ -10,7 +10,8 @@ <type>string</type> <default></default> <locale name="C"> - <short>EFolderList xml for the list of completion uris</short> + <short>EFolderList XML for the list of completion URIs</short> + <long>EFolderList XML for the list of completion URIs.</long> </locale> </schema> @@ -22,6 +23,7 @@ <default>3</default> <locale name="C"> <short>The number of characters that must be typed before evolution will attempt to autocomplete</short> + <long>The number of characters that must be typed before evolution will attempt to autocomplete.</long> </locale> </schema> @@ -35,6 +37,7 @@ <default></default> <locale name="C"> <short>URI for the folder last used in the select names dialog</short> + <long>URI for the folder last used in the select names dialog.</long> </locale> </schema> @@ -47,6 +50,19 @@ <type>int</type> <locale name="C"> <short>Position of the vertical pane in main view</short> + <long>Position of the vertical pane in main view.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/evolution/addressbook/display/show_preview</key> + <applyto>/apps/evolution/addressbook/display/show_preview</applyto> + <owner>evolution-addressbook</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Show the "Preview" pane</short> + <long>Show the "Preview" pane.</long> </locale> </schema> |