From 516c4d55130fef0bae50da7e665ca3676a3b9124 Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Fri, 12 Oct 2001 23:53:56 +0000 Subject: Add a component name to the e_passwords_init() call. 2001-10-12 Jon Trowbridge * gui/component/addressbook-factory.c (main): Add a component name to the e_passwords_init() call. svn path=/trunk/; revision=13644 --- addressbook/gui/component/addressbook-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui') 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); -- cgit