diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-05-20 01:15:16 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-05-20 01:15:16 +0800 |
commit | f5e9fbef10d6b03ac156a27cfd9ac54451632dec (patch) | |
tree | 5a396b19939d153d1438ecf0e9c1ee556e7442d1 /e-util/ChangeLog | |
parent | d57e1802891a37ffd4bb212e2022614487fb4369 (diff) | |
download | gsoc2013-evolution-f5e9fbef10d6b03ac156a27cfd9ac54451632dec.tar.gz gsoc2013-evolution-f5e9fbef10d6b03ac156a27cfd9ac54451632dec.tar.zst gsoc2013-evolution-f5e9fbef10d6b03ac156a27cfd9ac54451632dec.zip |
** Fixes bug #530392
2008-05-19 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #530392
* e-util/e-util-labels.c (e_util_labels_add_with_dlg):
Pressing Enter in the entry activates the default response.
svn path=/trunk/; revision=35513
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 5465e03bba..d9e9fe8152 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2008-05-19 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #530392 + + * e-util-labels.c (e_util_labels_add_with_dlg): + Pressing Enter in the entry activates the default response. + 2008-05-16 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #514383 |