aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/calendar/ea-week-view-main-item.c
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2007-10-29 21:06:24 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2007-10-29 21:06:24 +0800
commita268b48b49f9e766d0e3475f1ff5a46b223a2db3 (patch)
tree36f252349444001b460bf793e0a6e3eadc19a6a5 /a11y/calendar/ea-week-view-main-item.c
parent19993ca2f036d7dbea66f6ed02e2d4740f0659f9 (diff)
downloadgsoc2013-evolution-a268b48b49f9e766d0e3475f1ff5a46b223a2db3.tar
gsoc2013-evolution-a268b48b49f9e766d0e3475f1ff5a46b223a2db3.tar.gz
gsoc2013-evolution-a268b48b49f9e766d0e3475f1ff5a46b223a2db3.tar.bz2
gsoc2013-evolution-a268b48b49f9e766d0e3475f1ff5a46b223a2db3.tar.lz
gsoc2013-evolution-a268b48b49f9e766d0e3475f1ff5a46b223a2db3.tar.xz
gsoc2013-evolution-a268b48b49f9e766d0e3475f1ff5a46b223a2db3.tar.zst
gsoc2013-evolution-a268b48b49f9e766d0e3475f1ff5a46b223a2db3.zip
- Fix warnings from sparse.
2007-10-29 Kjartan Maraas <kmaraas@gnome.org> * addressbook/ea-addressbook.c: * calendar/ea-cal-view.c: (action_interface_get_keybinding): * calendar/ea-calendar.c: * calendar/ea-week-view-main-item.c: (selection_interface_clear_selection): * e-table/gal-a11y-e-cell-tree.c: (ectr_subcell_weak_ref), (gal_a11y_e_cell_tree_get_type): - Fix warnings from sparse. svn path=/trunk/; revision=34450
Diffstat (limited to 'a11y/calendar/ea-week-view-main-item.c')
-rw-r--r--a11y/calendar/ea-week-view-main-item.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/a11y/calendar/ea-week-view-main-item.c b/a11y/calendar/ea-week-view-main-item.c
index 794b0176f7..17220fd185 100644
--- a/a11y/calendar/ea-week-view-main-item.c
+++ b/a11y/calendar/ea-week-view-main-item.c
@@ -1166,7 +1166,7 @@ selection_interface_clear_selection (AtkSelection *selection)
atk_gobj = ATK_GOBJECT_ACCESSIBLE (ea_main_item);
g_obj = atk_gobject_accessible_get_object (atk_gobj);
if (!g_obj)
- return -1;
+ return FALSE;
main_item = E_WEEK_VIEW_MAIN_ITEM (g_obj);
week_view = main_item->week_view;