From 7f21c999f5c3a94eddfe0f63793689b1290a47d2 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sat, 30 Jun 2001 02:12:32 +0000 Subject: Replaced GList with GSList here to fix a type mismatch. 2001-06-29 Christopher James Lahey * e-shortcuts-view-model.c (load_all_shortcuts_into_model): Replaced GList with GSList here to fix a type mismatch. svn path=/trunk/; revision=10619 --- 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 0ee2c2011f..6a171ff949 100644 --- a/shell/e-shortcuts-view-model.c +++ b/shell/e-shortcuts-view-model.c @@ -117,7 +117,7 @@ static void load_all_shortcuts_into_model (EShortcutsViewModel *shortcuts_view_model) { EShortcutsViewModelPrivate *priv; - GList *group_titles; + GSList *group_titles; GSList *p; int group_num; -- cgit v1.2.3