aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/em-folder-browser.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/em-folder-browser.c b/mail/em-folder-browser.c
index c1bd40346b..dad3f651cd 100644
--- a/mail/em-folder-browser.c
+++ b/mail/em-folder-browser.c
@@ -543,7 +543,8 @@ emfb_folder_properties(BonoboUIComponent *uid, void *data, const char *path)
{
EMFolderBrowser *emfb = data;
- em_folder_properties_show(NULL, emfb->view.folder, emfb->view.folder_uri);
+ if (emfb->view.folder_uri)
+ em_folder_properties_show(NULL, emfb->view.folder, emfb->view.folder_uri);
}
static void