diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/apps_evolution_addressbook.schemas | 11 |
2 files changed, 16 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index f7f0a05887..69cd18aecb 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,10 @@ 2003-01-08 Chris Toshok <toshok@ximian.com> + * gui/component/apps_evolution_addressbook.schemas: add in the + schema entry for minimum_query_length. + +2003-01-08 Chris Toshok <toshok@ximian.com> + * gui/widgets/e-addressbook-view.h: add E_ADDRESSBOOK_VIEW_TREEVIEW to the enum, ifdef'ed out. diff --git a/addressbook/gui/component/apps_evolution_addressbook.schemas b/addressbook/gui/component/apps_evolution_addressbook.schemas index f54d0828ce..82af9d0843 100644 --- a/addressbook/gui/component/apps_evolution_addressbook.schemas +++ b/addressbook/gui/component/apps_evolution_addressbook.schemas @@ -14,6 +14,17 @@ </locale> </schema> + <schema> + <key>/schemas/apps/evolution/addressbook/completion/minimum_query_length</key> + <applyto>/apps/evolution/addressbook/completion/minimum_query_length</applyto> + <owner>evolution-addressbook</owner> + <type>int</type> + <default>3</default> + <locale name="C"> + <short>The number of characters that must be typed before evolution will attempt to autocomplete</short> + </locale> + </schema> + <!-- Select names last used uri --> <schema> |