aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/ea-week-view.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-06-21 11:54:27 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-06-21 11:54:27 +0800
commitd560acb233d4a0100d9cd52377c5dc2029d4a2b0 (patch)
tree5eca8536f0b30cfdf2e88722df39b82f6df7b8f3 /calendar/gui/ea-week-view.c
parent723528e407bca6f2aa26461e6f8bcc7de32b056d (diff)
downloadgsoc2013-evolution-d560acb233d4a0100d9cd52377c5dc2029d4a2b0.tar
gsoc2013-evolution-d560acb233d4a0100d9cd52377c5dc2029d4a2b0.tar.gz
gsoc2013-evolution-d560acb233d4a0100d9cd52377c5dc2029d4a2b0.tar.bz2
gsoc2013-evolution-d560acb233d4a0100d9cd52377c5dc2029d4a2b0.tar.lz
gsoc2013-evolution-d560acb233d4a0100d9cd52377c5dc2029d4a2b0.tar.xz
gsoc2013-evolution-d560acb233d4a0100d9cd52377c5dc2029d4a2b0.tar.zst
gsoc2013-evolution-d560acb233d4a0100d9cd52377c5dc2029d4a2b0.zip
Bug 620951 - A11y support still thinks GnomeCalendar is a widget
Diffstat (limited to 'calendar/gui/ea-week-view.c')
-rw-r--r--calendar/gui/ea-week-view.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/calendar/gui/ea-week-view.c b/calendar/gui/ea-week-view.c
index 19028cf189..e6683f5ddd 100644
--- a/calendar/gui/ea-week-view.c
+++ b/calendar/gui/ea-week-view.c
@@ -138,8 +138,6 @@ ea_week_view_get_name (AtkObject *accessible)
week_view = E_WEEK_VIEW (widget);
gcal = e_calendar_view_get_calendar (E_CALENDAR_VIEW (week_view));
- if (!gtk_widget_get_visible (GTK_WIDGET (gcal)))
- return NULL;
label_text = ea_gnome_calendar_get_label_description (gcal);