From 8b5bd65751016d6ef8ba2ed2fd9b5fb5e7748624 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 20 Aug 2007 09:45:44 +0000 Subject: 2007-08-20 mcrha Fix for bug #262226 svn path=/trunk/; revision=34043 --- calendar/gui/e-week-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/e-week-view.c') diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c index 0cc9b7f66d..b2a8ccad2f 100644 --- a/calendar/gui/e-week-view.c +++ b/calendar/gui/e-week-view.c @@ -2061,7 +2061,7 @@ e_week_view_on_button_press (GtkWidget *widget, return FALSE; if (event->button == 1 && event->type == GDK_2BUTTON_PRESS) { - e_calendar_view_new_appointment_full (E_CALENDAR_VIEW (week_view), TRUE, FALSE, FALSE); + e_calendar_view_new_appointment_full (E_CALENDAR_VIEW (week_view), FALSE, FALSE, FALSE); return TRUE; } -- cgit v1.2.3