diff options
author | Bolian Yin <bolian.yin@sun.com> | 2003-12-09 09:35:29 +0800 |
---|---|---|
committer | Bolian Yin <byin@src.gnome.org> | 2003-12-09 09:35:29 +0800 |
commit | effedc6c2fcd29efb5c83370245825d06d58b5e3 (patch) | |
tree | 29a048271eae842b5f130181fd854e1bf31e1457 /a11y | |
parent | 832436edc45892c3c9c35037596110027bdeacd4 (diff) | |
download | gsoc2013-evolution-effedc6c2fcd29efb5c83370245825d06d58b5e3.tar.gz gsoc2013-evolution-effedc6c2fcd29efb5c83370245825d06d58b5e3.tar.zst gsoc2013-evolution-effedc6c2fcd29efb5c83370245825d06d58b5e3.zip |
shortcut when cal_view is NULL. Change an action name. add check for event
2003-12-05 Bolian Yin <bolian.yin@sun.com>
* calendar/ea-cal-view-event.c (ea_cal_view_event_new): shortcut when cal_view is NULL.
* calendar/ea-cal-view.c: Change an action name.
* calendar/ea-calendar.c (ea_calendar_focus_watcher): add check for event atk object.
* calendar/ea-week-view.c (ea_week_view_get_n_children): correct impl.
(get_visible_text_item_count): removed.
svn path=/trunk/; revision=23679
Diffstat (limited to 'a11y')
-rw-r--r-- | a11y/widgets/ea-calendar-item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/a11y/widgets/ea-calendar-item.c b/a11y/widgets/ea-calendar-item.c index b0d366e089..6170e7f50c 100644 --- a/a11y/widgets/ea-calendar-item.c +++ b/a11y/widgets/ea-calendar-item.c @@ -683,7 +683,7 @@ static gint table_interface_get_selected_columns (AtkTable *table, gint **columns_selected) { - columns_selected = NULL; + *columns_selected = NULL; return -1; } |