Replaced GList with GSList here to fix a type mismatch.
2001-06-29 Christopher James Lahey <clahey@ximian.com> * e-shortcuts-view-model.c (load_group_into_model): Replaced GList with GSList here to fix a type mismatch. svn path=/trunk/; revision=10617
This commit is contained in:
committed by
Chris Lahey
parent
abdd471509
commit
e8b463223e
@ -1,3 +1,8 @@
|
||||
2001-06-29 Christopher James Lahey <clahey@ximian.com>
|
||||
|
||||
* e-shortcuts-view-model.c (load_group_into_model): Replaced GList
|
||||
with GSList here to fix a type mismatch.
|
||||
|
||||
2001-06-29 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* e-shortcuts-view-model.c (load_group_into_model): Updated to
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user