diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-02-24 01:07:39 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-02-24 01:07:39 +0800 |
commit | bfed62628f536cecd2392291ebfc1f90cf750ab7 (patch) | |
tree | 8b9393d869d028f7b806e27e52201add775f874a /widgets/ChangeLog | |
parent | 42cd663f83d01be4c8540dc273c4c513d982d892 (diff) | |
download | gsoc2013-evolution-bfed62628f536cecd2392291ebfc1f90cf750ab7.tar.gz gsoc2013-evolution-bfed62628f536cecd2392291ebfc1f90cf750ab7.tar.zst gsoc2013-evolution-bfed62628f536cecd2392291ebfc1f90cf750ab7.zip |
Fix for bug #471779 (Timezone entries in the timezone dialog combo-box are now sorted alphabetically)
svn path=/trunk/; revision=35077
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r-- | widgets/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog index 7a2d6a637e..edcac936e4 100644 --- a/widgets/ChangeLog +++ b/widgets/ChangeLog @@ -1,3 +1,16 @@ +2008-02-23 Suman Manjunath <msuman@novell.com> + + ** Fix for bug #471779 + + * e-timezone-dialog/e-timezone-dialog.c: + (e_timezone_dialog_add_timezones), (e_timezone_dialog_construct), + (on_map_leave), (on_map_button_pressed), + (e_timezone_dialog_set_timezone), (on_combo_changed), + (timezone_combo_get_active_text), (timezone_combo_set_active_text): + * e-timezone-dialog/e-timezone-dialog.glade: + Timezone entries in the combo-box are now sorted alphabetically. + Migrated deprecated widget to GtkComboBox. + 2008-02-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #383438 |