From f50da39fe3e16032bf14226fd027f6d254461728 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Fri, 17 Aug 2001 20:04:10 +0000 Subject: Add a warning for Ettore svn path=/trunk/; revision=12174 --- shell/e-shell-folder-selection-dialog.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shell') 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; } -- cgit v1.2.3