From 3acbe7a46f8c3af807ed56b997e2995e45a2fafe Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Mon, 20 Apr 1998 19:53:21 +0000 Subject: more fixes -mig svn path=/trunk/; revision=169 --- calendar/gui/eventedit.c | 1 + calendar/gui/main.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'calendar/gui') diff --git a/calendar/gui/eventedit.c b/calendar/gui/eventedit.c index de5da85fa6..94096841db 100644 --- a/calendar/gui/eventedit.c +++ b/calendar/gui/eventedit.c @@ -714,6 +714,7 @@ ee_ok (GtkWidget *widget, EventEditor *ee) else gnome_calendar_object_changed (ee->gnome_cal, ee->ical, CHANGE_ALL); + ee->ical->new = 0; gtk_widget_destroy (GTK_WIDGET (ee)); } diff --git a/calendar/gui/main.c b/calendar/gui/main.c index 75ad4b1e70..92c68898e8 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -379,9 +379,9 @@ process_dates (void) static struct argp_option argp_options [] = { { "events", 'e', NULL, 0, N_("Show events and quit"), 0 }, - { "from ", 'f', N_("FROM"), 0, N_("Specifies start date [for --events]"), 1 }, + { "from", 'f', N_("DATE"), 0, N_("Specifies start date [for --events]"), 1 }, { "file", 'F', N_("FILE"), 0, N_("File to load calendar from"), 1 }, - { "to", 't', N_("TO"), 0, N_("Specifies ending date [for --events]"), 1 }, + { "to", 't', N_("DATE"), 0, N_("Specifies ending date [for --events]"), 1 }, { NULL, 0, NULL, 0, NULL, 0 }, }; -- cgit v1.2.3