diff options
author | Li Yuan <li.yuan@sun.com> | 2006-07-11 20:08:30 +0800 |
---|---|---|
committer | Li Yuan <liyuan@src.gnome.org> | 2006-07-11 20:08:30 +0800 |
commit | da2b3c2c01dfb0fb6e3862f0f2a11b1f36d1b7f5 (patch) | |
tree | d9dec90791c9a2f7ba146ddf572d764201fcc19a /widgets/misc/ChangeLog | |
parent | 0a441d94cf8cfeb8fdbeeeac210669163528a998 (diff) | |
download | gsoc2013-evolution-da2b3c2c01dfb0fb6e3862f0f2a11b1f36d1b7f5.tar.gz gsoc2013-evolution-da2b3c2c01dfb0fb6e3862f0f2a11b1f36d1b7f5.tar.zst gsoc2013-evolution-da2b3c2c01dfb0fb6e3862f0f2a11b1f36d1b7f5.zip |
** Fixes bug #345402
2006-06-20 Li Yuan <li.yuan@sun.com>
** Fixes bug #345402
* e-dateedit.c: (on_date_popup_key_press):
Grab the popup window when some key except ESC is pressed.
svn path=/trunk/; revision=32283
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 0402458ddf..c75508d3f9 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,10 @@ +2006-06-20 Li Yuan <li.yuan@sun.com> + + Fixes bug #345402 + + * e-dateedit.c: (on_date_popup_key_press): + Grab the popup window when some key except ESC is pressed. + 2006-07-04 Andre Klapper <a9016009@gmx.de> * e-search-bar.c: fixing two typos, adding translator comments. |