From 907c848f766e970d003dec3ac4754534ec25c4d4 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Thu, 16 Aug 2001 21:59:05 +0000 Subject: Sort the nodes here... (fe_sort_folder): ... using this function. 2001-08-16 Peter Williams * subscribe-dialog.c (fe_got_children): Sort the nodes here... (fe_sort_folder): ... using this function. * folder-browser-ui.c (folder_browser_ui_message_loaded): Check for uic == NULL. I'm not sure how this could happen, but... svn path=/trunk/; revision=12130 --- mail/folder-browser-ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/folder-browser-ui.c') diff --git a/mail/folder-browser-ui.c b/mail/folder-browser-ui.c index b125da4450..27eeafb699 100644 --- a/mail/folder-browser-ui.c +++ b/mail/folder-browser-ui.c @@ -511,6 +511,6 @@ folder_browser_ui_message_loaded (FolderBrowser *fb) { BonoboUIComponent *uic = fb->uicomp; - if (fb->loaded_uid == NULL) + if (fb->loaded_uid == NULL && uic) fbui_sensitize_items (uic, message_pane_enables, TRUE); } -- cgit v1.2.3