From d5ea07e5bebd33b4189115284bc48b71f0eb57b2 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Fri, 17 Aug 2001 19:44:17 +0000 Subject: Compile fixes svn path=/trunk/; revision=12172 --- shell/e-shell-folder-selection-dialog.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell/e-shell-folder-selection-dialog.c') diff --git a/shell/e-shell-folder-selection-dialog.c b/shell/e-shell-folder-selection-dialog.c index 213dbd5557..e436880dbd 100644 --- a/shell/e-shell-folder-selection-dialog.c +++ b/shell/e-shell-folder-selection-dialog.c @@ -116,6 +116,10 @@ folder_creation_dialog_result_cb (EShell *shell, dialog = E_SHELL_FOLDER_SELECTION_DIALOG (data); priv = dialog->priv; + if (priv == NULL) { + return; + } + if (result == E_SHELL_FOLDER_CREATION_DIALOG_RESULT_SUCCESS) e_storage_set_view_set_current_folder (E_STORAGE_SET_VIEW (priv->storage_set_view), path); -- cgit v1.2.3