aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-11-17 09:03:41 +0800
committerChris Toshok <toshok@src.gnome.org>2002-11-17 09:03:41 +0800
commit0d23d22c6615d507a19f5fb52829911890655f57 (patch)
tree4185bbf89dfc5aecf07fd496a60d377b196fad9f /calendar
parent0bbe38655b71d4dd71277a1ecee246732f9fc2b1 (diff)
downloadgsoc2013-evolution-0d23d22c6615d507a19f5fb52829911890655f57.tar
gsoc2013-evolution-0d23d22c6615d507a19f5fb52829911890655f57.tar.gz
gsoc2013-evolution-0d23d22c6615d507a19f5fb52829911890655f57.tar.bz2
gsoc2013-evolution-0d23d22c6615d507a19f5fb52829911890655f57.tar.lz
gsoc2013-evolution-0d23d22c6615d507a19f5fb52829911890655f57.tar.xz
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')
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/e-meeting-time-sel.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 644ca22862..63ac0071cc 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2002-11-15 Rodney Dawes <dobey@ximian.com>
* gui/component-factory.c: Use bonobo_main_quit instead of gtk
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;