aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/test-source-selector.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/test-source-selector.c')
-rw-r--r--e-util/test-source-selector.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/e-util/test-source-selector.c b/e-util/test-source-selector.c
index 0c1a77289e..8f44af3bb1 100644
--- a/e-util/test-source-selector.c
+++ b/e-util/test-source-selector.c
@@ -76,7 +76,8 @@ on_idle_create_widget (ESourceRegistry *registry)
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", 6,