diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-08-25 02:30:02 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-08-25 02:30:02 +0800 |
commit | a7aac14395dc0ceba8540be6e3d4981d459f9515 (patch) | |
tree | d6577d35aed2ffaf4ab6e457c0fd13dea0710855 /calendar/gui/e-week-view.h | |
parent | 67c9a151f7cd8a2986f97335d025b7f8bb95b6ef (diff) | |
download | gsoc2013-evolution-a7aac14395dc0ceba8540be6e3d4981d459f9515.tar.gz gsoc2013-evolution-a7aac14395dc0ceba8540be6e3d4981d459f9515.tar.zst gsoc2013-evolution-a7aac14395dc0ceba8540be6e3d4981d459f9515.zip |
** Fix for bug #468440
svn path=/trunk/; revision=34100
Diffstat (limited to 'calendar/gui/e-week-view.h')
-rw-r--r-- | calendar/gui/e-week-view.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/e-week-view.h b/calendar/gui/e-week-view.h index ea2e6afd31..e16729516d 100644 --- a/calendar/gui/e-week-view.h +++ b/calendar/gui/e-week-view.h @@ -331,7 +331,8 @@ struct _EWeekView gchar *pm_string; gint am_string_width; gint pm_string_width; - + gboolean event_destroyed; + /* remember last selected interval when click and restore on double click, if we double clicked inside that interval. */ guint32 bc_event_time; |