aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-24 08:24:21 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-24 08:24:21 +0800
commitabb1c1895aa73a58d46ada8fea6325e5bc55fb30 (patch)
tree96abbb1e5934bb671c9a4bcc894383853f767d06 /shell/ChangeLog
parent65c33efb1b50b4ca08adf3dbc56c300a20b55608 (diff)
downloadgsoc2013-evolution-abb1c1895aa73a58d46ada8fea6325e5bc55fb30.tar
gsoc2013-evolution-abb1c1895aa73a58d46ada8fea6325e5bc55fb30.tar.gz
gsoc2013-evolution-abb1c1895aa73a58d46ada8fea6325e5bc55fb30.tar.bz2
gsoc2013-evolution-abb1c1895aa73a58d46ada8fea6325e5bc55fb30.tar.lz
gsoc2013-evolution-abb1c1895aa73a58d46ada8fea6325e5bc55fb30.tar.xz
gsoc2013-evolution-abb1c1895aa73a58d46ada8fea6325e5bc55fb30.tar.zst
gsoc2013-evolution-abb1c1895aa73a58d46ada8fea6325e5bc55fb30.zip
Get the path and the shell view instead. (rename_callback_data_free):
* e-shell-folder-commands.c (rename_callback_data_new): Get the path and the shell view instead. (rename_callback_data_free): Updated accordingly. (rename_cb): Set the name on the folder based on the path, not the actual object [as the old object gets unreffed -- of course]. svn path=/trunk/; revision=13969
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 38e1f2d8b1..4a33cb5530 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,13 @@
2001-10-23 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-folder-commands.c (rename_callback_data_new): Get the
+ path and the shell view instead.
+ (rename_callback_data_free): Updated accordingly.
+ (rename_cb): Set the name on the folder based on the path, not the
+ actual object [as the old object gets unreffed -- of course].
+
+2001-10-23 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell-folder-commands.c (rename_callback_data_new): New.
(rename_callback_data_free): New.
(rename_cb): Rename the folder here.