From c15b3be73fc5c94f701ad2fe91314c08a73a673d Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 2 Apr 2003 19:30:34 +0000 Subject: Add a check to see if the view should be the day-view and change the 2003-04-02 Jeffrey Stedfast * gui/control-factory.c (set_prop): Add a check to see if the view should be the day-view and change the default to be whatever calendar_config_get_default_view() returns. Should fix bug #39735. * gui/calendar-config.h: calendar_config_write() and calendar_config_write_on_exit() no longer exist. Removed prototypes. * gui/control-factory.c (set_prop): g_strcasecmp() is deprecated. Since the values can never be anything other than all lowercase anyway, just use strcmp. svn path=/trunk/; revision=20649 --- calendar/gui/calendar-config.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'calendar/gui/calendar-config.h') diff --git a/calendar/gui/calendar-config.h b/calendar/gui/calendar-config.h index 6f0a9ee0fd..d1e18bcb65 100644 --- a/calendar/gui/calendar-config.h +++ b/calendar/gui/calendar-config.h @@ -61,8 +61,6 @@ typedef enum void calendar_config_init (void); -void calendar_config_write (void); -void calendar_config_write_on_exit (void); /* -- cgit