From c70a3966d9d243325fc69750295adcde45c7ade1 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Tue, 28 Aug 2001 22:08:39 +0000 Subject: Instead of folder_browser_factory_new_control ("", corba_shell) when 2001-08-28 Peter Williams * component-factory.c (create_view): Instead of folder_browser_factory_new_control ("", corba_shell) when looking at a mailstorage folder, use create_noselect_control(). svn path=/trunk/; revision=12504 --- mail/component-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/component-factory.c') diff --git a/mail/component-factory.c b/mail/component-factory.c index 877e0757fd..f0ede8f01c 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -160,7 +160,7 @@ create_view (EvolutionShellComponent *shell_component, mail_scan_subfolders (CAMEL_STORE (store), storage); camel_object_unref (CAMEL_OBJECT (store)); - control = folder_browser_factory_new_control ("", corba_shell); + control = create_noselect_control (); } else if (!g_strcasecmp (folder_type, "vtrash")) { if (!g_strncasecmp (physical_uri, "file:", 5)) control = folder_browser_factory_new_control ("vtrash:file:/", corba_shell); -- cgit v1.2.3