diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-06-30 10:12:32 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-06-30 10:12:32 +0800 |
commit | 7f21c999f5c3a94eddfe0f63793689b1290a47d2 (patch) | |
tree | 00c233e4bf3c3db5051f9154e54af712d0a9901e /shell/ChangeLog | |
parent | 6f940aed6e4c091812b13aff93a4f1de190a8dd3 (diff) | |
download | gsoc2013-evolution-7f21c999f5c3a94eddfe0f63793689b1290a47d2.tar.gz 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/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index e500740bb6..9d52e8fccd 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 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. + +2001-06-29 Christopher James Lahey <clahey@ximian.com> + * Makefile.am (INCLUDES): Changed $(datadir)/evolution/etspec to "$(etspecdir)" here. |