aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/test-category-completion.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/test-category-completion.c')
-rw-r--r--e-util/test-category-completion.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/e-util/test-category-completion.c b/e-util/test-category-completion.c
index d9e14731e1..b25b364d84 100644
--- a/e-util/test-category-completion.c
+++ b/e-util/test-category-completion.c
@@ -33,7 +33,8 @@ on_idle_create_widget (void)
window, "delete-event",
G_CALLBACK (gtk_main_quit), NULL);
- vgrid = g_object_new (GTK_TYPE_GRID,
+ vgrid = g_object_new (
+ GTK_TYPE_GRID,
"orientation", GTK_ORIENTATION_VERTICAL,
"column-homogeneous", FALSE,
"row-spacing", 3,