From 2b9fedff8b596d7a26cde14fb51012a9b1335f5c Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 11 Sep 2000 18:28:22 +0000 Subject: Make `EvolutionStorage' and `ELocalstorage' actually update the CORBA listeners and fix a bug with the creation of the `EvolutionStorageListener' servant. svn path=/trunk/; revision=5334 --- shell/e-shell-view.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'shell/e-shell-view.c') diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 2863fc34a7..0269db569b 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -951,8 +951,10 @@ update_for_current_uri (EShellView *shell_view) gtk_signal_handler_block_by_func (GTK_OBJECT (priv->storage_set_view), GTK_SIGNAL_FUNC (folder_selected_cb), shell_view); - e_storage_set_view_set_current_folder (E_STORAGE_SET_VIEW (priv->storage_set_view), - path); + + if (path != NULL) + e_storage_set_view_set_current_folder (E_STORAGE_SET_VIEW (priv->storage_set_view), path); + gtk_signal_handler_unblock_by_func (GTK_OBJECT (priv->storage_set_view), GTK_SIGNAL_FUNC (folder_selected_cb), shell_view); -- cgit v1.2.3