aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-09-02 07:03:21 +0800
committerChris Toshok <toshok@src.gnome.org>2000-09-02 07:03:21 +0800
commit7edc1cf9c079a27a366ab77b79802a63b3c7a9c6 (patch)
tree8afbf2effcb07753c4605c16cdcb2219d8caeaa9
parent91c7d5d800c1b03e014b5fb10dfea6cd8609e627 (diff)
downloadgsoc2013-evolution-7edc1cf9c079a27a366ab77b79802a63b3c7a9c6.tar
gsoc2013-evolution-7edc1cf9c079a27a366ab77b79802a63b3c7a9c6.tar.gz
gsoc2013-evolution-7edc1cf9c079a27a366ab77b79802a63b3c7a9c6.tar.bz2
gsoc2013-evolution-7edc1cf9c079a27a366ab77b79802a63b3c7a9c6.tar.lz
gsoc2013-evolution-7edc1cf9c079a27a366ab77b79802a63b3c7a9c6.tar.xz
gsoc2013-evolution-7edc1cf9c079a27a366ab77b79802a63b3c7a9c6.tar.zst
gsoc2013-evolution-7edc1cf9c079a27a366ab77b79802a63b3c7a9c6.zip
free node_data. (removed_storage_cb): same. (new_storage_cb): don't free
2000-09-01 Chris Toshok <toshok@helixcode.com> * e-storage-set-view.c (removed_folder_cb): free node_data. (removed_storage_cb): same. (new_storage_cb): don't free the path we put in the node's node_data. (e_storage_set_view_set_current_folder): remove calls to set_cursor_row (-1), and clean up a little bit. svn path=/trunk/; revision=5176
-rw-r--r--shell/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 2beeff6f80..67027a5c15 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,12 @@
+2000-09-01 Chris Toshok <toshok@helixcode.com>
+
+ * e-storage-set-view.c (removed_folder_cb): free node_data.
+ (removed_storage_cb): same.
+ (new_storage_cb): don't free the path we put in the node's
+ node_data.
+ (e_storage_set_view_set_current_folder): remove calls to
+ set_cursor_row (-1), and clean up a little bit.
+
2000-09-01 Christopher James Lahey <clahey@helixcode.com>
* e-local-storage.c: Strdup path when setting the callback data.