From a268b48b49f9e766d0e3475f1ff5a46b223a2db3 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Mon, 29 Oct 2007 13:06:24 +0000 Subject: - Fix warnings from sparse. 2007-10-29 Kjartan Maraas * 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 --- a11y/calendar/ea-cal-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'a11y/calendar/ea-cal-view.c') diff --git a/a11y/calendar/ea-cal-view.c b/a11y/calendar/ea-cal-view.c index 360278ccb2..ad52976ca1 100644 --- a/a11y/calendar/ea-cal-view.c +++ b/a11y/calendar/ea-cal-view.c @@ -396,7 +396,7 @@ action_interface_get_keybinding (AtkAction *action, gint index) return NULL; if (!GTK_WIDGET_IS_SENSITIVE (widget) || !GTK_WIDGET_VISIBLE (widget)) - return FALSE; + return NULL; switch (index) { case 0: -- cgit v1.2.3