aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-30 08:15:11 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-30 08:15:11 +0800
commit019a20555bc37540a0ad76c7ede5224c37f32106 (patch)
tree4dc046cc8be27c216f3253f51778f3361f478982 /shell/ChangeLog
parent71e948a9aea155afaea86132b3bd0b1b38655984 (diff)
downloadgsoc2013-evolution-019a20555bc37540a0ad76c7ede5224c37f32106.tar
gsoc2013-evolution-019a20555bc37540a0ad76c7ede5224c37f32106.tar.gz
gsoc2013-evolution-019a20555bc37540a0ad76c7ede5224c37f32106.tar.bz2
gsoc2013-evolution-019a20555bc37540a0ad76c7ede5224c37f32106.tar.lz
gsoc2013-evolution-019a20555bc37540a0ad76c7ede5224c37f32106.tar.xz
gsoc2013-evolution-019a20555bc37540a0ad76c7ede5224c37f32106.tar.zst
gsoc2013-evolution-019a20555bc37540a0ad76c7ede5224c37f32106.zip
Change EShortcuts to use GSLists instead of GLists.
svn path=/trunk/; revision=10615
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 0650465bba..2181119809 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,17 @@
+2001-06-29 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-shortcuts-view-model.c (load_group_into_model): Updated to
+ match the fact that `e_shortcuts_in_group()' now returns a GSList
+ instead of a GList.
+ (load_all_shortcuts_into_model): Likewise for
+ `e_shortcuts_get_group_titles()'.
+
+ * e-shortcuts.c: Change all `groups' and `views' from GLists to
+ GSLists in EShortcutsPrivate.
+ (e_shortcuts_get_group_titles): Return a GSList instead of a
+ GList.
+ (e_shortcuts_get_shortcuts_in_group): Likewise.
+
2001-06-28 Ettore Perazzoli <ettore@ximian.com>
[Fix #3756, `--debug' option not working anymore.]