aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-selection-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-table-selection-model.c')
-rw-r--r--e-util/e-table-selection-model.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/e-util/e-table-selection-model.c b/e-util/e-table-selection-model.c
index fd661771e8..56cc1b398b 100644
--- a/e-util/e-table-selection-model.c
+++ b/e-util/e-table-selection-model.c
@@ -331,10 +331,10 @@ e_table_selection_model_class_init (ETableSelectionModelClass *class)
GObjectClass *object_class;
ESelectionModelArrayClass *esma_class;
- object_class = G_OBJECT_CLASS (class);
- esma_class = E_SELECTION_MODEL_ARRAY_CLASS (class);
+ object_class = G_OBJECT_CLASS (class);
+ esma_class = E_SELECTION_MODEL_ARRAY_CLASS (class);
- object_class->dispose = etsm_dispose;
+ object_class->dispose = etsm_dispose;
object_class->get_property = etsm_get_property;
object_class->set_property = etsm_set_property;