diff options
author | Chris Toshok <toshok@ximian.com> | 2003-01-09 10:47:10 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-01-09 10:47:10 +0800 |
commit | f49ec121f0f2c997445103cc7158e41ddd713d35 (patch) | |
tree | 0ca26d7f02425da4c24aafd69f562595f4b2aeb4 /addressbook | |
parent | 81d8ab193f647151b6866a01b898d137154204c5 (diff) | |
download | gsoc2013-evolution-f49ec121f0f2c997445103cc7158e41ddd713d35.tar gsoc2013-evolution-f49ec121f0f2c997445103cc7158e41ddd713d35.tar.gz gsoc2013-evolution-f49ec121f0f2c997445103cc7158e41ddd713d35.tar.bz2 gsoc2013-evolution-f49ec121f0f2c997445103cc7158e41ddd713d35.tar.lz gsoc2013-evolution-f49ec121f0f2c997445103cc7158e41ddd713d35.tar.xz gsoc2013-evolution-f49ec121f0f2c997445103cc7158e41ddd713d35.tar.zst gsoc2013-evolution-f49ec121f0f2c997445103cc7158e41ddd713d35.zip |
add in the schema entry for minimum_query_length.
2003-01-08 Chris Toshok <toshok@ximian.com>
* gui/component/apps_evolution_addressbook.schemas: add in the
schema entry for minimum_query_length.
svn path=/trunk/; revision=19301
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> |