diff options
Diffstat (limited to 'e-util/e-table-group.c')
-rw-r--r-- | e-util/e-table-group.c | 8 |
1 files changed, 4 insertions, 4 deletions
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; |