diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-03 03:05:39 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-03 03:05:39 +0800 |
commit | 811d0de363b2f750cfbe47540437ddaf3139de3f (patch) | |
tree | 8cf9164cb01afd8205d6662762b91db54530758b /shell/ChangeLog | |
parent | 9c9e6d8e0c8124971d06b694df2d3e1d77edc3b1 (diff) | |
download | gsoc2013-evolution-811d0de363b2f750cfbe47540437ddaf3139de3f.tar gsoc2013-evolution-811d0de363b2f750cfbe47540437ddaf3139de3f.tar.gz gsoc2013-evolution-811d0de363b2f750cfbe47540437ddaf3139de3f.tar.bz2 gsoc2013-evolution-811d0de363b2f750cfbe47540437ddaf3139de3f.tar.lz gsoc2013-evolution-811d0de363b2f750cfbe47540437ddaf3139de3f.tar.xz gsoc2013-evolution-811d0de363b2f750cfbe47540437ddaf3139de3f.tar.zst gsoc2013-evolution-811d0de363b2f750cfbe47540437ddaf3139de3f.zip |
Make the crash message less dorky. [#10264]
* e-shell.c (e_shell_component_maybe_crashed): Make the crash
message less dorky. [#10264]
svn path=/trunk/; revision=13309
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 537d90be20..40daa553ac 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 2001-10-02 Ettore Perazzoli <ettore@ximian.com> + * e-shell.c (e_shell_component_maybe_crashed): Make the crash + message less dorky. [#10264] + +2001-10-02 Ettore Perazzoli <ettore@ximian.com> + [Don't allow dragging from a folder to one of its descendants or onto itself, when the operation is GDK_DRAG_MOVE. This fixes bugs like #8737.] |