From c350a4b0424fdb00b9b2d722fd112756c916a03e Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Wed, 29 Mar 2006 09:17:23 +0000 Subject: Fixes #160357 svn path=/trunk/; revision=31756 --- calendar/gui/e-meeting-time-sel-item.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'calendar/gui/e-meeting-time-sel-item.h') diff --git a/calendar/gui/e-meeting-time-sel-item.h b/calendar/gui/e-meeting-time-sel-item.h index 11b355dfa0..2efe68b15e 100644 --- a/calendar/gui/e-meeting-time-sel-item.h +++ b/calendar/gui/e-meeting-time-sel-item.h @@ -58,9 +58,10 @@ struct _EMeetingTimeSelectorItem GdkGC *main_gc; GdkGC *stipple_gc; - /* The normal & resize cursors. */ + /* The normal, resize & busy cursors . */ GdkCursor *normal_cursor; GdkCursor *resize_cursor; + GdkCursor *busy_cursor; /* This remembers the last cursor set on the window. */ GdkCursor *last_cursor_set; @@ -73,6 +74,7 @@ struct _EMeetingTimeSelectorItemClass }; GtkType e_meeting_time_selector_item_get_type (void); +void e_meeting_time_selector_item_set_normal_cursor (EMeetingTimeSelectorItem *mts_item); #endif /* _E_MEETING_TIME_SELECTOR_ITEM_H_ */ -- cgit v1.2.3