From f6963100c2509175cbd22b1556273ddbc0dd4e7d Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 2 Apr 1998 20:35:12 +0000 Subject: Day events are now cached inside the widget. They get initialized at this 1998-04-02 Miguel de Icaza * gncal-day-view.c (gncal_day_view_update): Day events are now cached inside the widget. They get initialized at this time. * view-utils.c (view_utils_draw_events): Use the list of events. svn path=/trunk/; revision=95 --- calendar/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/main.c') diff --git a/calendar/main.c b/calendar/main.c index be54ba2d81..628626dcb8 100644 --- a/calendar/main.c +++ b/calendar/main.c @@ -163,7 +163,7 @@ GnomeUIInfo gnome_cal_file_menu [] = { GnomeUIInfo gnome_cal_about_menu [] = { { GNOME_APP_UI_ITEM, N_("About"), NULL, about_calendar_cmd, NULL, NULL, GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_ABOUT }, - GNOMEUIINFO_HELP ("midnight-commander"), + GNOMEUIINFO_HELP ("cal"), GNOMEUIINFO_END }; @@ -182,7 +182,7 @@ GnomeUIInfo gnome_toolbar [] = { { GNOME_APP_UI_ITEM, N_("Next"), N_("Next"), /*previous_clicked*/0, 0, 0, GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_FORWARD }, - + GNOMEUIINFO_END }; -- cgit v1.2.3