aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shortcuts-view-model.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-06-30 10:12:32 +0800
committerChris Lahey <clahey@src.gnome.org>2001-06-30 10:12:32 +0800
commit7f21c999f5c3a94eddfe0f63793689b1290a47d2 (patch)
tree00c233e4bf3c3db5051f9154e54af712d0a9901e /shell/e-shortcuts-view-model.c
parent6f940aed6e4c091812b13aff93a4f1de190a8dd3 (diff)
downloadgsoc2013-evolution-7f21c999f5c3a94eddfe0f63793689b1290a47d2.tar
gsoc2013-evolution-7f21c999f5c3a94eddfe0f63793689b1290a47d2.tar.gz
gsoc2013-evolution-7f21c999f5c3a94eddfe0f63793689b1290a47d2.tar.bz2
gsoc2013-evolution-7f21c999f5c3a94eddfe0f63793689b1290a47d2.tar.lz
gsoc2013-evolution-7f21c999f5c3a94eddfe0f63793689b1290a47d2.tar.xz
gsoc2013-evolution-7f21c999f5c3a94eddfe0f63793689b1290a47d2.tar.zst
gsoc2013-evolution-7f21c999f5c3a94eddfe0f63793689b1290a47d2.zip
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_all_shortcuts_into_model): Replaced GList with GSList here to fix a type mismatch. svn path=/trunk/; revision=10619
Diffstat (limited to 'shell/e-shortcuts-view-model.c')
-rw-r--r--shell/e-shortcuts-view-model.c2
1 files changed, 1 insertions, 1 deletions
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;