From e8b463223ec8b3ca87a2d53f227a60d500a800e2 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sat, 30 Jun 2001 02:01:44 +0000 Subject: Replaced GList with GSList here to fix a type mismatch. 2001-06-29 Christopher James Lahey * e-shortcuts-view-model.c (load_group_into_model): Replaced GList with GSList here to fix a type mismatch. svn path=/trunk/; revision=10617 --- shell/ChangeLog | 5 +++++ shell/e-shortcuts-view-model.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 2181119809..0e845d6343 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2001-06-29 Christopher James Lahey + + * e-shortcuts-view-model.c (load_group_into_model): Replaced GList + with GSList here to fix a type mismatch. + 2001-06-29 Ettore Perazzoli * e-shortcuts-view-model.c (load_group_into_model): Updated to diff --git a/shell/e-shortcuts-view-model.c b/shell/e-shortcuts-view-model.c index eadf5ea9e7..0ee2c2011f 100644 --- a/shell/e-shortcuts-view-model.c +++ b/shell/e-shortcuts-view-model.c @@ -76,7 +76,7 @@ load_group_into_model (EShortcutsViewModel *shortcuts_view_model, EShortcutsViewModelPrivate *priv; EStorageSet *storage_set; GSList *shortcut_list; - GList *p; + GSList *p; priv = shortcuts_view_model->priv; -- cgit v1.2.3