diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-08-06 04:41:31 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-08-06 04:41:31 +0000 |
commit | e7b57543abde2b3724d47df5fea4be76074c6a41 (patch) | |
tree | e1b5e4afe4c9861e369ce68c38069eef2d62eaa3 /ChangeLog.pre-2-10 | |
parent | 9c1f72ca48fba8362e87d97c849339e8edfc8362 (diff) | |
download | gtk+-e7b57543abde2b3724d47df5fea4be76074c6a41.tar.gz |
Use G_PRIORITY_DEFAULT_IDLE for the month/year-change timer, so that the
2006-08-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcalendar.c (calendar_start_spinning, calendar_timer):
Use G_PRIORITY_DEFAULT_IDLE for the month/year-change timer,
so that the caller will have a chance to redraw/resize itself
between every change. (#348824, Federico Mena Quintero, patch
by Michael Meeks)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 9b9c40298c..279ebdec24 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,11 @@ 2006-08-06 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkcalendar.c (calendar_start_spinning, calendar_timer): + Use G_PRIORITY_DEFAULT_IDLE for the month/year-change timer, + so that the caller will have a chance to redraw/resize itself + between every change. (#348824, Federico Mena Quintero, patch + by Michael Meeks) + * gtk/gtkfontbutton.c (gtk_font_button_update_font_info): Add a missing initialization. (#348787, Leonardo Boshell) |