diff options
author | Rodney Dawes <dobey@ximian.com> | 2004-05-21 04:13:12 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-05-21 04:13:12 +0800 |
commit | cbe504718b4f65fd35ac4ae5780728862f7b6e88 (patch) | |
tree | 15a9557d4bf1b6d74774c38b12f7c3bb78475509 /widgets/ChangeLog | |
parent | bb332fc6a0c1ad636ebc7aeaa0db42deabe19407 (diff) | |
download | gsoc2013-evolution-cbe504718b4f65fd35ac4ae5780728862f7b6e88.tar.gz gsoc2013-evolution-cbe504718b4f65fd35ac4ae5780728862f7b6e88.tar.zst gsoc2013-evolution-cbe504718b4f65fd35ac4ae5780728862f7b6e88.zip |
Use the activate signal, instead of changed, for the combo box
2004-05-20 Rodney Dawes <dobey@ximian.com>
* e-timezone-dialog/e-timezone-dialog.c (e_timezone_dialog_construct):
Use the activate signal, instead of changed, for the combo box
(on_map_motion): Set the text in the combo's entry when we mouse over
one of the points on the map, as a preview for the timezone
(on_map_leave): Reset the combo's entry to the timezone we started with
when we leave the map
Fixes #57122
svn path=/trunk/; revision=26020
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r-- | widgets/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog index 765112025a..e1674cc07f 100644 --- a/widgets/ChangeLog +++ b/widgets/ChangeLog @@ -1,3 +1,14 @@ +2004-05-20 Rodney Dawes <dobey@ximian.com> + + * e-timezone-dialog/e-timezone-dialog.c (e_timezone_dialog_construct): + Use the activate signal, instead of changed, for the combo box + (on_map_motion): Set the text in the combo's entry when we mouse over + one of the points on the map, as a preview for the timezone + (on_map_leave): Reset the combo's entry to the timezone we started with + when we leave the map + + Fixes #57122 + 2004-04-09 Rodney Dawes <dobey@ximian.com> * e-timezone-dialog/e-timezone-dialog.c |