diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-08-07 09:11:48 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-07 09:11:48 +0800 |
commit | 7aeeb5f282e3ab145d75489c8d93dc7fd49e9557 (patch) | |
tree | 3678dc4b853094bc67c0a11aeba91abc6dde8417 /mail/component-factory.c | |
parent | fbf4f214b5c7460e2f35ff45ca41fcbeab6ebdd2 (diff) | |
download | gsoc2013-evolution-7aeeb5f282e3ab145d75489c8d93dc7fd49e9557.tar.gz gsoc2013-evolution-7aeeb5f282e3ab145d75489c8d93dc7fd49e9557.tar.zst gsoc2013-evolution-7aeeb5f282e3ab145d75489c8d93dc7fd49e9557.zip |
Added key accelerators to a bunch of the config options and moved the Bcc
2001-08-06 Jeffrey Stedfast <fejj@ximian.com>
* mail-config.glade: Added key accelerators to a bunch of the
config options and moved the Bcc and empty-subject checkboxes to
the composer tab where they belong.
* mail-callbacks.c (providers_config): Raise the dialog if it
exists already.
(manage_subscriptions): Raise the dialog if it already exists.
(main_select_first_unread): Removed (we haven't needed this code
in ages).
(select_first_unread): Same.
(save_msg_ok): If the path is empty, just return.
* mail-local.c (mail_local_reconfigure_folder): Raise the dialog
if it already exists.
svn path=/trunk/; revision=11719
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index 4275079894..cee845c732 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -1016,13 +1016,13 @@ mail_remove_storage (CamelStore *store) * any call to camel_session_get_{service,store} with the same * URL will always return the same object. So this works. */ - + storage = g_hash_table_lookup (storages_hash, store); g_hash_table_remove (storages_hash, store); shell_client = evolution_shell_component_get_owner (shell_component); corba_shell = bonobo_object_corba_objref (BONOBO_OBJECT (shell_client)); - + evolution_storage_deregister_on_shell (storage, corba_shell); camel_service_disconnect (CAMEL_SERVICE (store), TRUE, NULL); |