From b3e4ed6da61c048e670a0623f18645f5519c3cd0 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 2 Jan 2001 16:35:57 +0000 Subject: Unconditionally remove the client from the alarm notification system. 2001-01-01 Federico Mena Quintero * gui/gnome-cal.c (gnome_calendar_destroy): Unconditionally remove the client from the alarm notification system. Removed all the obsolete alarm code. * gui/event-editor.c: Removed some crufty externs left over from Gnomecal. * gui/calendar-commands.c: #include "goto.h" Removed crufty variables left over from Gnomecal. (new_calendar): Do not take a full_name parameter. (init_username): Removed function. (init_calendar): Wheeeeeeee! Removed crufty function. (quit_cmd): Removed function. * gui/print.c (WEEK_STARTS_ON_MONDAY): Made it unconditionally FALSE because we do not use the configuration setting anyways. Sigh, all the printing code needs to be revamped. svn path=/trunk/; revision=7209 --- help/devel/calendar/cal-client/evolution-cal-client.signals | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'help/devel/calendar/cal-client/evolution-cal-client.signals') diff --git a/help/devel/calendar/cal-client/evolution-cal-client.signals b/help/devel/calendar/cal-client/evolution-cal-client.signals index 97e360b6a2..d5af728e6f 100644 --- a/help/devel/calendar/cal-client/evolution-cal-client.signals +++ b/help/devel/calendar/cal-client/evolution-cal-client.signals @@ -2,20 +2,20 @@ CalClient::cal-loaded void CalClient *calclient -GtkEnum arg1 +gint arg1 CalClient::obj-updated void CalClient *calclient -GtkString arg1 +gchar *arg1 CalClient::obj-removed void CalClient *calclient -GtkString arg1 +gchar *arg1 -- cgit v1.2.3