diff options
author | Boby Wang <boby.wang@sun.com> | 2006-04-28 17:27:52 +0800 |
---|---|---|
committer | Li Yuan <liyuan@src.gnome.org> | 2006-04-28 17:27:52 +0800 |
commit | 3871eb6425bbd343bb14c0442c38fb7ab3b4427c (patch) | |
tree | b3d1cd9b97e8229923767cdb3e53a0a592b9de4a /a11y/calendar/ea-cal-view-event.h | |
parent | aeae812f66a1457e6844bed09c85299cd49a3381 (diff) | |
download | gsoc2013-evolution-3871eb6425bbd343bb14c0442c38fb7ab3b4427c.tar.gz gsoc2013-evolution-3871eb6425bbd343bb14c0442c38fb7ab3b4427c.tar.zst gsoc2013-evolution-3871eb6425bbd343bb14c0442c38fb7ab3b4427c.zip |
Fix for #339136
2006-04-28 Boby Wang <boby.wang@sun.com>
Fix for #339136
* calendar/ea-cal-view-event.c: (ea_cal_view_event_get_type),
(ea_cal_view_event_class_init), (ea_cal_view_event_init),
(ea_cal_view_event_dispose),
(ea_cal_view_event_get_index_in_parent),
(ea_cal_view_event_ref_state_set):
add necessary AtkStateSet to EaCalViewEvent.
* calendar/ea-cal-view-event.h:
add necessary AtkStateSet to EaCalViewEvent.
* calendar/ea-calendar.c: (e_cal_view_a11y_init):
replace e_cal_view_get_type with e_calendar_view_get_type
* calendar/ea-day-view.c: (ea_day_view_get_type):
replace e_cal_view_get_type with e_calendar_view_get_type
* calendar/ea-week-view.c:
* calendar/ea-week-view.h:
change the base class of EaWeekView from GtkAccessible to EaCalView
svn path=/trunk/; revision=31924
Diffstat (limited to 'a11y/calendar/ea-cal-view-event.h')
-rw-r--r-- | a11y/calendar/ea-cal-view-event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/a11y/calendar/ea-cal-view-event.h b/a11y/calendar/ea-cal-view-event.h index f139dde9fb..e095bca64f 100644 --- a/a11y/calendar/ea-cal-view-event.h +++ b/a11y/calendar/ea-cal-view-event.h @@ -45,6 +45,7 @@ typedef struct _EaCalViewEventClass EaCalViewEventClass; struct _EaCalViewEvent { AtkGObjectAccessible parent; + AtkStateSet *state_set; }; GType ea_cal_view_event_get_type (void); |