aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorZbigniew Chyla <cyba@gnome.pl>2001-12-04 01:15:12 +0800
committerChyla Zbigniew <chyla@src.gnome.org>2001-12-04 01:15:12 +0800
commitb82997411cf3d5ee05fa690d766345f83a16ca94 (patch)
treed62a198852f75aab42e7afe9b08f618a22249419 /shell/ChangeLog
parent58f1e8808ad02102f1872d40a4239b565615c5bd (diff)
downloadgsoc2013-evolution-b82997411cf3d5ee05fa690d766345f83a16ca94.tar
gsoc2013-evolution-b82997411cf3d5ee05fa690d766345f83a16ca94.tar.gz
gsoc2013-evolution-b82997411cf3d5ee05fa690d766345f83a16ca94.tar.bz2
gsoc2013-evolution-b82997411cf3d5ee05fa690d766345f83a16ca94.tar.lz
gsoc2013-evolution-b82997411cf3d5ee05fa690d766345f83a16ca94.tar.xz
gsoc2013-evolution-b82997411cf3d5ee05fa690d766345f83a16ca94.tar.zst
gsoc2013-evolution-b82997411cf3d5ee05fa690d766345f83a16ca94.zip
Convert folder name to locale's encoding before using it as part of the
2001-11-15 Zbigniew Chyla <cyba@gnome.pl> * e-shell-folder-commands.c (e_shell_command_rename_folder): Convert folder name to locale's encoding before using it as part of the prompt. svn path=/trunk/; revision=14849
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 5d72ac4eb2..7dd91cbf36 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-15 Zbigniew Chyla <cyba@gnome.pl>
+
+ * e-shell-folder-commands.c (e_shell_command_rename_folder): Convert
+ folder name to locale's encoding before using it as part of the prompt.
+
2001-11-28 Federico Mena Quintero <federico@ximian.com>
Fixes bug #3290.