diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-08-31 05:04:45 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-31 05:04:45 +0800 |
commit | 8ece4a00866094801a036d49d361c21ee420c333 (patch) | |
tree | b3d0f7f07eb2ced5b024634226eb69d0cff625e8 /shell/ChangeLog | |
parent | 35ecbe2de53cac6071b705c171b3e222f973c851 (diff) | |
download | gsoc2013-evolution-8ece4a00866094801a036d49d361c21ee420c333.tar gsoc2013-evolution-8ece4a00866094801a036d49d361c21ee420c333.tar.gz gsoc2013-evolution-8ece4a00866094801a036d49d361c21ee420c333.tar.bz2 gsoc2013-evolution-8ece4a00866094801a036d49d361c21ee420c333.tar.lz gsoc2013-evolution-8ece4a00866094801a036d49d361c21ee420c333.tar.xz gsoc2013-evolution-8ece4a00866094801a036d49d361c21ee420c333.tar.zst gsoc2013-evolution-8ece4a00866094801a036d49d361c21ee420c333.zip |
Check for \r in the folder name, this is an invalid char. Also take a
2001-08-30 Jeffrey Stedfast <fejj@ximian.com>
* e-shell-folder-creation-dialog.c (entry_name_is_valid): Check
for \r in the folder name, this is an invalid char. Also take a
"reason" argument so we can inform the user why his folder name is
invalid.
(dialog_clicked_cb): Tell the user why the folder name is invalid.
svn path=/trunk/; revision=12533
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index ba60165303..a736d59c11 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2001-08-30 Jeffrey Stedfast <fejj@ximian.com> + + * e-shell-folder-creation-dialog.c (entry_name_is_valid): Check + for \r in the folder name, this is an invalid char. Also take a + "reason" argument so we can inform the user why his folder name is + invalid. + (dialog_clicked_cb): Tell the user why the folder name is invalid. + 2001-08-28 Ettore Perazzoli <ettore@ximian.com> [Fix #8125, Evolution crashes while starting.] |