aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-group.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-group.c')
-rw-r--r--widgets/table/e-table-group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-group.c b/widgets/table/e-table-group.c
index ff2d0c15f5..8412134fb1 100644
--- a/widgets/table/e-table-group.c
+++ b/widgets/table/e-table-group.c
@@ -332,7 +332,7 @@ e_table_group_get_focus (ETableGroup *etg)
gint
e_table_group_get_focus_column (ETableGroup *etg)
{
- g_return_val_if_fail (etg != NULL, FALSE);
+ g_return_val_if_fail (etg != NULL, -1);
g_return_val_if_fail (E_IS_TABLE_GROUP (etg), -1);
g_return_val_if_fail (ETG_CLASS (etg)->get_focus_column != NULL, -1);