aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-10-13 07:53:56 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-10-13 07:53:56 +0800
commit516c4d55130fef0bae50da7e665ca3676a3b9124 (patch)
tree5c6ad7bb859674df7898fb0a57120cb9fddbda5e /addressbook/gui
parent2d5c3e4c422f2f8cf96ccbccf663ce0e1dc8638a (diff)
downloadgsoc2013-evolution-516c4d55130fef0bae50da7e665ca3676a3b9124.tar
gsoc2013-evolution-516c4d55130fef0bae50da7e665ca3676a3b9124.tar.gz
gsoc2013-evolution-516c4d55130fef0bae50da7e665ca3676a3b9124.tar.bz2
gsoc2013-evolution-516c4d55130fef0bae50da7e665ca3676a3b9124.tar.lz
gsoc2013-evolution-516c4d55130fef0bae50da7e665ca3676a3b9124.tar.xz
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/gui')
-rw-r--r--addressbook/gui/component/addressbook-factory.c2
1 files changed, 1 insertions, 1 deletions
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);