aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-cell-hbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-cell-hbox.c')
-rw-r--r--e-util/e-cell-hbox.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/e-util/e-cell-hbox.c b/e-util/e-cell-hbox.c
index ca11158a74..74a78717b3 100644
--- a/e-util/e-cell-hbox.c
+++ b/e-util/e-cell-hbox.c
@@ -296,15 +296,15 @@ e_cell_hbox_class_init (ECellHboxClass *class)
object_class->dispose = ecv_dispose;
- ecc->new_view = ecv_new_view;
- ecc->kill_view = ecv_kill_view;
- ecc->realize = ecv_realize;
- ecc->unrealize = ecv_unrealize;
- ecc->draw = ecv_draw;
- ecc->event = ecv_event;
- ecc->height = ecv_height;
+ ecc->new_view = ecv_new_view;
+ ecc->kill_view = ecv_kill_view;
+ ecc->realize = ecv_realize;
+ ecc->unrealize = ecv_unrealize;
+ ecc->draw = ecv_draw;
+ ecc->event = ecv_event;
+ ecc->height = ecv_height;
- ecc->max_width = ecv_max_width;
+ ecc->max_width = ecv_max_width;
/* gal_a11y_e_cell_registry_add_cell_type (NULL, E_TYPE_CELL_HBOX, gal_a11y_e_cell_hbox_new); */
}
@@ -339,9 +339,9 @@ e_cell_hbox_append (ECellHbox *hbox,
{
hbox->subcell_count++;
- hbox->subcells = g_renew (ECell *, hbox->subcells, hbox->subcell_count);
- hbox->model_cols = g_renew (int, hbox->model_cols, hbox->subcell_count);
- hbox->def_size_cols = g_renew (int, hbox->def_size_cols, hbox->subcell_count);
+ hbox->subcells = g_renew (ECell *, hbox->subcells, hbox->subcell_count);
+ hbox->model_cols = g_renew (int, hbox->model_cols, hbox->subcell_count);
+ hbox->def_size_cols = g_renew (int, hbox->def_size_cols, hbox->subcell_count);
hbox->subcells[hbox->subcell_count - 1] = subcell;
hbox->model_cols[hbox->subcell_count - 1] = model_col;