From 88e568eae3a3fdd4a8b1d5521bee56b27aacdc86 Mon Sep 17 00:00:00 2001 From: 5 Date: Wed, 25 Oct 2000 22:21:34 +0000 Subject: No longer include 2000-10-25 * ibex_block.c: No longer include 2000-10-25 * e-shortcuts-view-model.c (load_group_into_model): Set folder to NULL to kill warning svn path=/trunk/; revision=6180 --- shell/e-shortcuts-view-model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-shortcuts-view-model.c') diff --git a/shell/e-shortcuts-view-model.c b/shell/e-shortcuts-view-model.c index 384144508b..f0d08b8458 100644 --- a/shell/e-shortcuts-view-model.c +++ b/shell/e-shortcuts-view-model.c @@ -85,7 +85,7 @@ load_group_into_model (EShortcutsViewModel *shortcuts_view_model, return; for (p = shortcut_list; p != NULL; p = p->next) { - EFolder *folder; + EFolder *folder = NULL; const char *path; const char *uri; const char *name; -- cgit