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/ChangeLog | 5 +++++ shell/e-shortcuts-view-model.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index e500740bb6..9d52e8fccd 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +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. + 2001-06-29 Christopher James Lahey * Makefile.am (INCLUDES): Changed $(datadir)/evolution/etspec to 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