diff options
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/table/e-table-group-leaf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-group-leaf.c b/widgets/table/e-table-group-leaf.c index c1e303f9e7..f3a5630b30 100644 --- a/widgets/table/e-table-group-leaf.c +++ b/widgets/table/e-table-group-leaf.c @@ -343,6 +343,7 @@ etgl_set_arg (GtkObject *object, GtkArg *arg, guint arg_id) "selection_model", etgl->selection_model, NULL); } + break; case ARG_TABLE_HORIZONTAL_DRAW_GRID: etgl->horizontal_draw_grid = GTK_VALUE_BOOL (*arg); |