From 8fe17523da287ebf38278da806b4be6b3b838d15 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 27 Jul 2013 22:39:37 -0400 Subject: Miscellaneous cleanups. --- addressbook/gui/widgets/ea-minicard-view.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/widgets/ea-minicard-view.c b/addressbook/gui/widgets/ea-minicard-view.c index 0362b3cf91..d1592df69e 100644 --- a/addressbook/gui/widgets/ea-minicard-view.c +++ b/addressbook/gui/widgets/ea-minicard-view.c @@ -273,9 +273,10 @@ ea_minicard_view_ref_child (AtkObject *accessible, if (index < child_num) { if (reflow->items[index] == NULL) { reflow->items[index] = e_reflow_model_incarnate (reflow->model, index, GNOME_CANVAS_GROUP (reflow)); - g_object_set (reflow->items[index], - "width", (double) reflow->column_width, - NULL); + g_object_set ( + reflow->items[index], + "width", (double) reflow->column_width, + NULL); } card = E_MINICARD (reflow->items[index]); atk_object = atk_gobject_accessible_for_object (G_OBJECT (card)); -- cgit v1.2.3