aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-folder-selection-dialog.c
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-08-18 04:04:10 +0800
committerIain Holmes <iain@src.gnome.org>2001-08-18 04:04:10 +0800
commitf50da39fe3e16032bf14226fd027f6d254461728 (patch)
tree30115a6bb3bd0f158624dd52e0b1cb009bc90fdb /shell/e-shell-folder-selection-dialog.c
parentaeeed3f806115a3eec92bb04ff291e1a3e5d29c6 (diff)
downloadgsoc2013-evolution-f50da39fe3e16032bf14226fd027f6d254461728.tar
gsoc2013-evolution-f50da39fe3e16032bf14226fd027f6d254461728.tar.gz
gsoc2013-evolution-f50da39fe3e16032bf14226fd027f6d254461728.tar.bz2
gsoc2013-evolution-f50da39fe3e16032bf14226fd027f6d254461728.tar.lz
gsoc2013-evolution-f50da39fe3e16032bf14226fd027f6d254461728.tar.xz
gsoc2013-evolution-f50da39fe3e16032bf14226fd027f6d254461728.tar.zst
gsoc2013-evolution-f50da39fe3e16032bf14226fd027f6d254461728.zip
Add a warning for Ettore
svn path=/trunk/; revision=12174
Diffstat (limited to 'shell/e-shell-folder-selection-dialog.c')
-rw-r--r--shell/e-shell-folder-selection-dialog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-folder-selection-dialog.c b/shell/e-shell-folder-selection-dialog.c
index e436880dbd..063bf9a442 100644
--- a/shell/e-shell-folder-selection-dialog.c
+++ b/shell/e-shell-folder-selection-dialog.c
@@ -117,6 +117,7 @@ folder_creation_dialog_result_cb (EShell *shell,
priv = dialog->priv;
if (priv == NULL) {
+ g_warning ("dialog->priv is NULL, and should not be");
return;
}