From 1c68dd833916876757fec8796d2a205c652b792f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 12 May 2011 00:45:47 -0400 Subject: Reimplement em_folder_properties_show(). Now uses camel_store_get_folder() and camel_folder_get_quota_info(), although I need to rewrite the quota function to be asynchronous. --- modules/mail/e-mail-shell-view-actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/mail') diff --git a/modules/mail/e-mail-shell-view-actions.c b/modules/mail/e-mail-shell-view-actions.c index 80c8a92a7e..d44ac6f5ad 100644 --- a/modules/mail/e-mail-shell-view-actions.c +++ b/modules/mail/e-mail-shell-view-actions.c @@ -426,7 +426,7 @@ action_mail_folder_properties_cb (GtkAction *action, return; gtk_tree_model_get (model, &iter, COL_STRING_URI, &uri, -1); - em_folder_properties_show (shell_view, NULL, uri); + em_folder_properties_show (shell_view, uri); g_free (uri); } -- cgit v1.2.3