diff options
author | Milan Crha <mcrha@src.gnome.org> | 2007-08-20 17:45:44 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-08-20 17:45:44 +0800 |
commit | 8b5bd65751016d6ef8ba2ed2fd9b5fb5e7748624 (patch) | |
tree | bb56bd6de9e7b11d6cb7e03464d8b6650f2ec575 /calendar/gui/e-week-view.c | |
parent | e3bc9c823718c769c9667b9f707fdabf0d8f0697 (diff) | |
download | gsoc2013-evolution-8b5bd65751016d6ef8ba2ed2fd9b5fb5e7748624.tar.gz gsoc2013-evolution-8b5bd65751016d6ef8ba2ed2fd9b5fb5e7748624.tar.zst gsoc2013-evolution-8b5bd65751016d6ef8ba2ed2fd9b5fb5e7748624.zip |
2007-08-20 mcrha Fix for bug #262226
svn path=/trunk/; revision=34043
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 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; } |