diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-24 03:48:19 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-24 03:48:19 +0800 |
commit | 2def5aacb2ade53ff07a9d6b9f63438fe01e877b (patch) | |
tree | 7fff79b728b7fd7c1a149e6618999d79b8ae35d2 /widgets/table/e-table-header-utils.h | |
parent | 83c1664ef72b6c4a905db6f27f21c841d4328def (diff) | |
download | gsoc2013-evolution-2def5aacb2ade53ff07a9d6b9f63438fe01e877b.tar.gz gsoc2013-evolution-2def5aacb2ade53ff07a9d6b9f63438fe01e877b.tar.zst gsoc2013-evolution-2def5aacb2ade53ff07a9d6b9f63438fe01e877b.zip |
Got rid of the gc argument to e_table_header_draw_button.
2001-10-23 Christopher James Lahey <clahey@ximian.com>
* e-table-field-chooser-item.c: Got rid of the gc argument to
e_table_header_draw_button.
(etfci_font_load): Just use the style font here.
* e-table-group-container.c (e_table_group_container_construct):
Changed this to just use the font from the style. Fixes Ximian
bug #11882.
* e-table-header-item.c: Got rid of the gc argument to
e_table_header_draw_button.
(ethi_font_load): Changed this to just fallback on the font from
the style if the fontname is NULL or doesn't load to a font.
Fixes Ximian bug #11882.
* e-table-header-utils.c, e-table-header-utils.h
(e_table_header_draw_button): Got rid of the gc parameter here and
changed to use the gc from the style of a button created for this
purpose, but not shown. Fixes Ximian bug #13251.
svn path=/trunk/; revision=13949
Diffstat (limited to 'widgets/table/e-table-header-utils.h')
-rw-r--r-- | widgets/table/e-table-header-utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/widgets/table/e-table-header-utils.h b/widgets/table/e-table-header-utils.h index 62f66e4bd3..ab135344ca 100644 --- a/widgets/table/e-table-header-utils.h +++ b/widgets/table/e-table-header-utils.h @@ -40,7 +40,6 @@ void e_table_header_draw_button (GdkDrawable *drawable, GdkFont *font, GtkStateType state, GtkWidget *widget, - GdkGC *gc, int x, int y, int width, |