diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-17 09:03:41 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-17 09:03:41 +0800 |
commit | 0d23d22c6615d507a19f5fb52829911890655f57 (patch) | |
tree | 4185bbf89dfc5aecf07fd496a60d377b196fad9f /calendar/gui/e-meeting-time-sel.c | |
parent | 0bbe38655b71d4dd71277a1ecee246732f9fc2b1 (diff) | |
download | gsoc2013-evolution-0d23d22c6615d507a19f5fb52829911890655f57.tar.gz gsoc2013-evolution-0d23d22c6615d507a19f5fb52829911890655f57.tar.zst gsoc2013-evolution-0d23d22c6615d507a19f5fb52829911890655f57.zip |
use new e_table_header_compute_height signature.
2002-11-16 Chris Toshok <toshok@ximian.com>
* gui/e-meeting-time-sel.c (e_meeting_time_selector_style_set):
use new e_table_header_compute_height signature.
svn path=/trunk/; revision=18802
Diffstat (limited to 'calendar/gui/e-meeting-time-sel.c')
-rw-r--r-- | calendar/gui/e-meeting-time-sel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-meeting-time-sel.c b/calendar/gui/e-meeting-time-sel.c index e990fb2489..ff33015604 100644 --- a/calendar/gui/e-meeting-time-sel.c +++ b/calendar/gui/e-meeting-time-sel.c @@ -951,7 +951,7 @@ e_meeting_time_selector_style_set (GtkWidget *widget, ETableCol *ecol = e_table_header_get_column (eth, col); int height; - height = e_table_header_compute_height (ecol, widget->style, font); + height = e_table_header_compute_height (ecol, widget); if (height > maxheight) maxheight = height; |