From b1ed35f70d09601717e32eb5c762f79908b0bcf8 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 10 Jan 2013 10:30:24 -0500 Subject: Coding style and whitespace cleanup. --- e-util/e-source-selector-dialog.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'e-util/e-source-selector-dialog.c') diff --git a/e-util/e-source-selector-dialog.c b/e-util/e-source-selector-dialog.c index 68e29fd13c..29ceaebbf7 100644 --- a/e-util/e-source-selector-dialog.c +++ b/e-util/e-source-selector-dialog.c @@ -214,7 +214,8 @@ source_selector_dialog_constructed (GObject *object) container = gtk_dialog_get_content_area (GTK_DIALOG (dialog)); - widget = g_object_new (GTK_TYPE_GRID, + widget = g_object_new ( + GTK_TYPE_GRID, "orientation", GTK_ORIENTATION_VERTICAL, "column-homogeneous", FALSE, "row-spacing", 12, @@ -233,7 +234,8 @@ source_selector_dialog_constructed (GObject *object) gtk_widget_show (label); g_free (label_text); - hgrid = g_object_new (GTK_TYPE_GRID, + hgrid = g_object_new ( + GTK_TYPE_GRID, "orientation", GTK_ORIENTATION_HORIZONTAL, "row-homogeneous", FALSE, "column-spacing", 12, -- cgit v1.2.3