From c53fbc0b8f3b98827d6816a627bdd4d467b84f74 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 16 Feb 2014 09:36:49 -0500 Subject: Miscellaneous cleanups. --- e-util/e-table-group.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'e-util/e-table-group.c') diff --git a/e-util/e-table-group.c b/e-util/e-table-group.c index 013967c9ca..32c4aaead4 100644 --- a/e-util/e-table-group.c +++ b/e-util/e-table-group.c @@ -678,10 +678,10 @@ e_table_group_class_init (ETableGroupClass *class) class->add_array = NULL; class->add_all = NULL; class->remove = NULL; - class->row_count = NULL; - class->increment = NULL; - class->decrement = NULL; - class->set_focus = NULL; + class->row_count = NULL; + class->increment = NULL; + class->decrement = NULL; + class->set_focus = NULL; class->get_focus = etg_get_focus; class->get_printable = NULL; class->compute_location = NULL; -- cgit v1.2.3