diff options
author | Carlos Garcia Campos <carlosgc@gnome.org> | 2006-06-08 21:51:32 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-06-08 21:51:32 +0800 |
commit | 75eede56b40ef3a0ec69ad4627270ca3b2490d41 (patch) | |
tree | 36e0c4063883f50ec5fa9957b13a4b016a244c38 /widgets/table/ChangeLog | |
parent | e0df19567208a0f197ee07986fd4f1d78d9f74fd (diff) | |
download | gsoc2013-evolution-75eede56b40ef3a0ec69ad4627270ca3b2490d41.tar.gz gsoc2013-evolution-75eede56b40ef3a0ec69ad4627270ca3b2490d41.tar.zst gsoc2013-evolution-75eede56b40ef3a0ec69ad4627270ca3b2490d41.zip |
** Fixes bug #343764 Ensure g_label points to the right widget before
2006-06-08 Carlos Garcia Campos <carlosgc@gnome.org>
** Fixes bug #343764
* e-table-header-utils.c: (e_table_header_draw_button):
Ensure g_label points to the right widget before accessing to its
style.
svn path=/trunk/; revision=32094
Diffstat (limited to 'widgets/table/ChangeLog')
-rw-r--r-- | widgets/table/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/table/ChangeLog b/widgets/table/ChangeLog index a329658289..c9b68fd40b 100644 --- a/widgets/table/ChangeLog +++ b/widgets/table/ChangeLog @@ -1,3 +1,10 @@ +2006-06-08 Carlos Garcia Campos <carlosgc@gnome.org> + + ** Fixes bug #343764 + * e-table-header-utils.c: (e_table_header_draw_button): + Ensure g_label points to the right widget before accessing to its + style. + 2006-06-05 Hiroyuki Ikezoe <poincare@ikezoe.net> * Makefile.am: Remove extra tabs. Fixes #343734. |