From 01166c4fa27c2c58115c2977f0f7fb2364ea4517 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 29 Jun 2000 20:31:40 +0000 Subject: remove some code incorrectly copied and pasted from create_vfolder_storage * component-factory.c (create_imap_storage, create_news_storage): remove some code incorrectly copied and pasted from create_vfolder_storage which caused vfolder creation to stop working. svn path=/trunk/; revision=3804 --- mail/component-factory.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'mail/component-factory.c') diff --git a/mail/component-factory.c b/mail/component-factory.c index c6d6f47e19..deb33b8a22 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -324,9 +324,6 @@ create_imap_storage (EvolutionShellComponent *shell_component) return; } - /* save the storage for later */ - gtk_object_set_data (GTK_OBJECT (shell_component), "e-storage", storage); - ii = g_new( struct create_info_s, 1 ); ii->storage = storage; ii->source = g_strdup( source ); @@ -447,9 +444,6 @@ create_news_storage (EvolutionShellComponent *shell_component) return; } - /* save the storage for later */ - gtk_object_set_data (GTK_OBJECT (shell_component), "e-storage", storage); - ni = g_new( struct create_info_s, 1 ); ni->storage = storage; ni->source = g_strdup( source ); -- cgit v1.2.3