diff options
author | Rodney Dawes <dobey@novell.com> | 2004-08-17 22:15:21 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-08-17 22:15:21 +0800 |
commit | bba453c8f6c196b039f1c047b2b8ef485717851e (patch) | |
tree | c92f3c516419d73ef04fe1c24f339aa72b32bbbd /widgets/ChangeLog | |
parent | a3d21e9d880ea89e264e96fa8987bc3be7e388cd (diff) | |
download | gsoc2013-evolution-bba453c8f6c196b039f1c047b2b8ef485717851e.tar.gz gsoc2013-evolution-bba453c8f6c196b039f1c047b2b8ef485717851e.tar.zst gsoc2013-evolution-bba453c8f6c196b039f1c047b2b8ef485717851e.zip |
Connect to the "changed" signal instead of "activate"
2004-08-17 Rodney Dawes <dobey@novell.com>
* e-timezone-dialog/e-timezone-dialog.c (e_timezone_dialog_construct):
Connect to the "changed" signal instead of "activate"
Fixes #62970
svn path=/trunk/; revision=26956
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r-- | widgets/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog index 994077622c..7dd3523524 100644 --- a/widgets/ChangeLog +++ b/widgets/ChangeLog @@ -1,3 +1,10 @@ +2004-08-17 Rodney Dawes <dobey@novell.com> + + * e-timezone-dialog/e-timezone-dialog.c (e_timezone_dialog_construct): + Connect to the "changed" signal instead of "activate" + + Fixes #62970 + 2004-06-22 Hans Petter Jansson <hpj@ximian.com> * misc/e-source-selector.c (e_source_selector_peek_primary_selection): |