diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-07-07 02:31:09 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-07-07 02:31:09 +0800 |
commit | 2b89fd32201b191254e589cf405fe986dc7cd59f (patch) | |
tree | 57f70cd7f5bbb11c1da3fdde85153820df1128c9 /calendar/gui/e-week-view.c | |
parent | 4e4d7e38f19498e1840f22e3aa42335ccea5ec45 (diff) | |
download | gsoc2013-evolution-2b89fd32201b191254e589cf405fe986dc7cd59f.tar.gz gsoc2013-evolution-2b89fd32201b191254e589cf405fe986dc7cd59f.tar.zst gsoc2013-evolution-2b89fd32201b191254e589cf405fe986dc7cd59f.zip |
** Fix for bug #321741
svn path=/trunk/; revision=33763
Diffstat (limited to 'calendar/gui/e-week-view.c')
-rw-r--r-- | calendar/gui/e-week-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c index 4690ee2241..c52882a5e7 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); + e_calendar_view_new_appointment_full (E_CALENDAR_VIEW (week_view), TRUE, FALSE, FALSE); return TRUE; } |