aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2000-12-15 02:34:30 +0800
committerIain Holmes <iain@src.gnome.org>2000-12-15 02:34:30 +0800
commit40013b42006e21aabe6dfd9451548fc2621bbe1f (patch)
tree16646ffc657c05d404d1bb8b3047ad3b4116b864 /shell/ChangeLog
parentfd9186c4073b87557338f63f4140338b4c9058b0 (diff)
downloadgsoc2013-evolution-40013b42006e21aabe6dfd9451548fc2621bbe1f.tar
gsoc2013-evolution-40013b42006e21aabe6dfd9451548fc2621bbe1f.tar.gz
gsoc2013-evolution-40013b42006e21aabe6dfd9451548fc2621bbe1f.tar.bz2
gsoc2013-evolution-40013b42006e21aabe6dfd9451548fc2621bbe1f.tar.lz
gsoc2013-evolution-40013b42006e21aabe6dfd9451548fc2621bbe1f.tar.xz
gsoc2013-evolution-40013b42006e21aabe6dfd9451548fc2621bbe1f.tar.zst
gsoc2013-evolution-40013b42006e21aabe6dfd9451548fc2621bbe1f.zip
Destroy the dialog after a double click.
svn path=/trunk/; revision=7017
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 23b2c8d0f4..c839488302 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,7 +1,8 @@
2000-12-14 Iain Holmes <iain@helixcode.com>
* e-shell-folder-selection-dialog.c (dbl_click_cb): Modify to suit the
- new double click callback signature.
+ new double click callback signature. Destroy the dialog after the double
+ click as well.
2000-12-14 Ettore Perazzoli <ettore@helixcode.com>