aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/e-table/gal-a11y-e-table-click-to-add-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'a11y/e-table/gal-a11y-e-table-click-to-add-factory.c')
-rw-r--r--a11y/e-table/gal-a11y-e-table-click-to-add-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/a11y/e-table/gal-a11y-e-table-click-to-add-factory.c b/a11y/e-table/gal-a11y-e-table-click-to-add-factory.c
index 4efc179200..9c46b2badc 100644
--- a/a11y/e-table/gal-a11y-e-table-click-to-add-factory.c
+++ b/a11y/e-table/gal-a11y-e-table-click-to-add-factory.c
@@ -30,7 +30,7 @@ gal_a11y_e_table_click_to_add_factory_create_accessible (GObject *obj)
{
AtkObject * atk_object;
- g_return_if_fail (E_IS_TABLE_CLICK_TO_ADD(obj));
+ g_return_val_if_fail (E_IS_TABLE_CLICK_TO_ADD(obj), NULL);
atk_object = gal_a11y_e_table_click_to_add_new (obj);