diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-10-13 07:53:56 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-10-13 07:53:56 +0800 |
commit | 516c4d55130fef0bae50da7e665ca3676a3b9124 (patch) | |
tree | 5c6ad7bb859674df7898fb0a57120cb9fddbda5e /addressbook | |
parent | 2d5c3e4c422f2f8cf96ccbccf663ce0e1dc8638a (diff) | |
download | gsoc2013-evolution-516c4d55130fef0bae50da7e665ca3676a3b9124.tar.gz gsoc2013-evolution-516c4d55130fef0bae50da7e665ca3676a3b9124.tar.zst gsoc2013-evolution-516c4d55130fef0bae50da7e665ca3676a3b9124.zip |
Add a component name to the e_passwords_init() call.
2001-10-12 Jon Trowbridge <trow@ximian.com>
* gui/component/addressbook-factory.c (main): Add a component name
to the e_passwords_init() call.
svn path=/trunk/; revision=13644
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook-factory.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a6672fae49..251a136898 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2001-10-12 Jon Trowbridge <trow@ximian.com> + + * gui/component/addressbook-factory.c (main): Add a component name + to the e_passwords_init() call. + 2001-10-12 Chris Toshok <toshok@ximian.com> * backend/ebook/evolution-ldif-importer.c: commit the importer diff --git a/addressbook/gui/component/addressbook-factory.c b/addressbook/gui/component/addressbook-factory.c index c941cbf24d..d0172be328 100644 --- a/addressbook/gui/component/addressbook-factory.c +++ b/addressbook/gui/component/addressbook-factory.c @@ -82,7 +82,7 @@ main (int argc, char **argv) e_cursors_init(); - e_passwords_init(); + e_passwords_init("Addressbook"); #if 0 g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING); |