diff options
author | Milan Crha <mcrha@src.gnome.org> | 2007-08-23 22:33:10 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-08-23 22:33:10 +0800 |
commit | ebb7bb517c697e05b3f64b07f8e993a9d9bd865c (patch) | |
tree | 8186c07fb446271397f9b5fa339017aff3a33b5b /calendar/gui/e-day-view.h | |
parent | 4dc713c7197dd5475ef077097561710e45cf5ee0 (diff) | |
download | gsoc2013-evolution-ebb7bb517c697e05b3f64b07f8e993a9d9bd865c.tar.gz gsoc2013-evolution-ebb7bb517c697e05b3f64b07f8e993a9d9bd865c.tar.zst gsoc2013-evolution-ebb7bb517c697e05b3f64b07f8e993a9d9bd865c.zip |
2007-08-23 mcrha Fix for bug #201201 and bug #201202
svn path=/trunk/; revision=34076
Diffstat (limited to 'calendar/gui/e-day-view.h')
-rw-r--r-- | calendar/gui/e-day-view.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/gui/e-day-view.h b/calendar/gui/e-day-view.h index 351bcd1039..f858ca6c26 100644 --- a/calendar/gui/e-day-view.h +++ b/calendar/gui/e-day-view.h @@ -453,6 +453,12 @@ struct _EDayView gchar *pm_string; gint am_string_width; gint pm_string_width; + + /* remember last selected interval when click and restore on double click, + if we double clicked inside that interval. */ + guint32 bc_event_time; + time_t before_click_dtstart; + time_t before_click_dtend; }; struct _EDayViewClass |