diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-08-18 04:04:10 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-08-18 04:04:10 +0800 |
commit | f50da39fe3e16032bf14226fd027f6d254461728 (patch) | |
tree | 30115a6bb3bd0f158624dd52e0b1cb009bc90fdb | |
parent | aeeed3f806115a3eec92bb04ff291e1a3e5d29c6 (diff) | |
download | gsoc2013-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
-rw-r--r-- | shell/e-shell-folder-selection-dialog.c | 1 |
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; } |