aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-08-10 17:13:52 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-08-10 17:13:52 +0800
commit0ea43e6ee7850544108ba347958f99cd67602933 (patch)
tree1b103a87b78f3872580fd29574f7287d2f3d823f /shell/ChangeLog
parent79265bbca3ba043df0a735ff6eab1ace879b7a08 (diff)
downloadgsoc2013-evolution-0ea43e6ee7850544108ba347958f99cd67602933.tar
gsoc2013-evolution-0ea43e6ee7850544108ba347958f99cd67602933.tar.gz
gsoc2013-evolution-0ea43e6ee7850544108ba347958f99cd67602933.tar.bz2
gsoc2013-evolution-0ea43e6ee7850544108ba347958f99cd67602933.tar.lz
gsoc2013-evolution-0ea43e6ee7850544108ba347958f99cd67602933.tar.xz
gsoc2013-evolution-0ea43e6ee7850544108ba347958f99cd67602933.tar.zst
gsoc2013-evolution-0ea43e6ee7850544108ba347958f99cd67602933.zip
`#if 0'ed out. (rename_cb): Likewise.
* e-shell-folder-commands.c (rename_clicked): `#if 0'ed out. (rename_cb): Likewise. * evolution-shell-component.c (destroy): Fixed a confusion between GList and GSList. svn path=/trunk/; revision=11876
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index b059c622a1..a495ccea3a 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,13 @@
2001-08-10 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-folder-commands.c (rename_clicked): `#if 0'ed out.
+ (rename_cb): Likewise.
+
+ * evolution-shell-component.c (destroy): Fixed a confusion between
+ GList and GSList.
+
+2001-08-10 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell-user-creatable-items-handler.c (component_free): Only
free the `type_list' if not NULL.
(setup_menu_xml): Deal with the case of `type_list' being NULL