aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBolian Yin <bolian.yin@sun.com>2003-12-09 09:35:29 +0800
committerBolian Yin <byin@src.gnome.org>2003-12-09 09:35:29 +0800
commiteffedc6c2fcd29efb5c83370245825d06d58b5e3 (patch)
tree29a048271eae842b5f130181fd854e1bf31e1457
parent832436edc45892c3c9c35037596110027bdeacd4 (diff)
downloadgsoc2013-evolution-effedc6c2fcd29efb5c83370245825d06d58b5e3.tar
gsoc2013-evolution-effedc6c2fcd29efb5c83370245825d06d58b5e3.tar.gz
gsoc2013-evolution-effedc6c2fcd29efb5c83370245825d06d58b5e3.tar.bz2
gsoc2013-evolution-effedc6c2fcd29efb5c83370245825d06d58b5e3.tar.lz
gsoc2013-evolution-effedc6c2fcd29efb5c83370245825d06d58b5e3.tar.xz
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
-rw-r--r--a11y/widgets/ea-calendar-item.c2
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;
}