diff options
-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; } |