From e420ccde448b6ad165c256bc088025288a51284f Mon Sep 17 00:00:00 2001 From: Jason Leach Date: Wed, 25 Apr 2001 15:53:51 +0000 Subject: One-line fix (missing a 'break' at the end of the ARG_SELECTION_MODEL 2001-04-25 Jason Leach * e-table-group-leaf.c (etgl_set_arg): One-line fix (missing a 'break' at the end of the ARG_SELECTION_MODEL case). svn path=/trunk/; revision=9561 --- widgets/table/e-table-group-leaf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/table/e-table-group-leaf.c') 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); -- cgit v1.2.3