diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-03-29 17:10:27 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-03-29 17:10:27 +0800 |
commit | d30e7f782ee451e13beac4858ba44b3bd390a768 (patch) | |
tree | 969bcfbc3ba6bf7093772e0c2040350399962923 /calendar/gui/e-meeting-time-sel.h | |
parent | 675d1e50a6ffa9442de7ecc6257315a4465dff41 (diff) | |
download | gsoc2013-evolution-d30e7f782ee451e13beac4858ba44b3bd390a768.tar.gz gsoc2013-evolution-d30e7f782ee451e13beac4858ba44b3bd390a768.tar.zst gsoc2013-evolution-d30e7f782ee451e13beac4858ba44b3bd390a768.zip |
Fixes #160357
svn path=/trunk/; revision=31755
Diffstat (limited to 'calendar/gui/e-meeting-time-sel.h')
-rw-r--r-- | calendar/gui/e-meeting-time-sel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/gui/e-meeting-time-sel.h b/calendar/gui/e-meeting-time-sel.h index 5a4b94ff1e..8697950e06 100644 --- a/calendar/gui/e-meeting-time-sel.h +++ b/calendar/gui/e-meeting-time-sel.h @@ -126,11 +126,13 @@ struct _EMeetingTimeSelector /* The canvas displaying the dates, times, and the summary 'All Attendees' free/busy display. */ GtkWidget *display_top; + GnomeCanvasItem *item_top; /* The canvas containing the free/busy displays of individual attendees. This is separate from display_top since it also scrolls vertically. */ GtkWidget *display_main; + GnomeCanvasItem *item_main; /* The 'Add attendees from addressbook' button */ GtkWidget *add_attendees_button; @@ -258,6 +260,8 @@ struct _EMeetingTimeSelector /* The notification function id for Free/Busy refreshes */ gboolean fb_refresh_not; + + GdkCursorType last_cursor_set; }; |