From ede0790b5c953edf0a14dae1f75fa449d5c3286a Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 25 May 1999 19:28:28 +0000 Subject: Set the canvas scroll region here, not in size_allocate(). Also, use the 1999-05-25 Federico Mena Quintero * year-view.c (idle_handler): Set the canvas scroll region here, not in size_allocate(). Also, use the correct width and height based on the allocation and the precomputed minimum width/height values. * gnome-cal.c (setup_widgets): Set the scrollbar policy of the scrolled window. * main.c (setup_appbar): Use the correct type for the appbar. * gncal-day-view.c: Removed unused function switch_to_day(). * gncal-day-panel.c (calendar_day_selected): Removed unused variable. 1999-05-25 Federico Mena Quintero * configure.in: Added the gncal/doc/* Makefiles to AC_OUTPUT. svn path=/trunk/; revision=939 --- calendar/gncal-day-view.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'calendar/gncal-day-view.c') diff --git a/calendar/gncal-day-view.c b/calendar/gncal-day-view.c index 76cd00e90f..eafd237029 100644 --- a/calendar/gncal-day-view.c +++ b/calendar/gncal-day-view.c @@ -139,11 +139,6 @@ context_menu (GncalDayView *dayview, GdkEventButton *event) popup_menu (main_items, 1, event); } -static void -switch_to_day (GncalDayView *dayview) -{ -} - static gint gncal_day_view_button_press (GtkWidget *widget, GdkEventButton *event) { -- cgit v1.2.3