aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/test-contact-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/test-contact-store.c')
-rw-r--r--e-util/test-contact-store.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/e-util/test-contact-store.c b/e-util/test-contact-store.c
index 59ba42502b..4ec84567ee 100644
--- a/e-util/test-contact-store.c
+++ b/e-util/test-contact-store.c
@@ -72,7 +72,8 @@ start_test (const gchar *param)
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
- vgrid = g_object_new (GTK_TYPE_GRID,
+ vgrid = g_object_new (
+ GTK_TYPE_GRID,
"orientation", GTK_ORIENTATION_VERTICAL,
"column-homogeneous", FALSE,
"row-spacing", 2,