aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-folder-selection-dialog.c
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-08-18 03:44:17 +0800
committerIain Holmes <iain@src.gnome.org>2001-08-18 03:44:17 +0800
commitd5ea07e5bebd33b4189115284bc48b71f0eb57b2 (patch)
tree9924e56fe9480ea98873e1141de158a47e442b72 /shell/e-shell-folder-selection-dialog.c
parent7473860c9fc3aa301cbb51da28928e63e74117b1 (diff)
downloadgsoc2013-evolution-d5ea07e5bebd33b4189115284bc48b71f0eb57b2.tar
gsoc2013-evolution-d5ea07e5bebd33b4189115284bc48b71f0eb57b2.tar.gz
gsoc2013-evolution-d5ea07e5bebd33b4189115284bc48b71f0eb57b2.tar.bz2
gsoc2013-evolution-d5ea07e5bebd33b4189115284bc48b71f0eb57b2.tar.lz
gsoc2013-evolution-d5ea07e5bebd33b4189115284bc48b71f0eb57b2.tar.xz
gsoc2013-evolution-d5ea07e5bebd33b4189115284bc48b71f0eb57b2.tar.zst
gsoc2013-evolution-d5ea07e5bebd33b4189115284bc48b71f0eb57b2.zip
Compile fixes
svn path=/trunk/; revision=12172
Diffstat (limited to 'shell/e-shell-folder-selection-dialog.c')
-rw-r--r--shell/e-shell-folder-selection-dialog.c4
1 files changed, 4 insertions, 0 deletions
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);