aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-08-25 06:50:14 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-08-25 06:50:14 +0800
commitbebd05b36a996b31f001a592c700ea76a5726929 (patch)
tree73842d40d4d7c6e4abd60ec381ac9e8ef5c5cb28 /shell/ChangeLog
parente00591f0081d57618d709e59f6d4a4d671fc2fb0 (diff)
downloadgsoc2013-evolution-bebd05b36a996b31f001a592c700ea76a5726929.tar
gsoc2013-evolution-bebd05b36a996b31f001a592c700ea76a5726929.tar.gz
gsoc2013-evolution-bebd05b36a996b31f001a592c700ea76a5726929.tar.bz2
gsoc2013-evolution-bebd05b36a996b31f001a592c700ea76a5726929.tar.lz
gsoc2013-evolution-bebd05b36a996b31f001a592c700ea76a5726929.tar.xz
gsoc2013-evolution-bebd05b36a996b31f001a592c700ea76a5726929.tar.zst
gsoc2013-evolution-bebd05b36a996b31f001a592c700ea76a5726929.zip
Change the `selected_row_path' to be non-const. (destroy): Free it.
* e-storage-set-view.c: Change the `selected_row_path' to be non-const. (destroy): Free it. (e_storage_set_view_set_current_folder): Set the selected_row_path to be this path. (tree_drag_begin): Free the selected_row_path and strdup() the value we assign. svn path=/trunk/; revision=12463
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index ea482e762e..560fbd5db0 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,15 @@
2001-08-24 Ettore Perazzoli <ettore@ximian.com>
+ * e-storage-set-view.c: Change the `selected_row_path' to be
+ non-const.
+ (destroy): Free it.
+ (e_storage_set_view_set_current_folder): Set the selected_row_path
+ to be this path.
+ (tree_drag_begin): Free the selected_row_path and strdup() the
+ value we assign.
+
+2001-08-24 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell-view.c (e_shell_view_remove_control_for_uri): Ooops.
Save the pointer to the control for use after the view struct is
freed.