diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-01-10 23:30:24 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-01-11 00:20:32 +0800 |
commit | b1ed35f70d09601717e32eb5c762f79908b0bcf8 (patch) | |
tree | c4fa0b5f5d0dc7dd8cb1a2c3931fd25d97d08b41 /e-util/e-source-selector-dialog.c | |
parent | 54442be416bcdb1c3632fb9211d335f9b5cb3397 (diff) | |
download | gsoc2013-evolution-b1ed35f70d09601717e32eb5c762f79908b0bcf8.tar.gz gsoc2013-evolution-b1ed35f70d09601717e32eb5c762f79908b0bcf8.tar.zst gsoc2013-evolution-b1ed35f70d09601717e32eb5c762f79908b0bcf8.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'e-util/e-source-selector-dialog.c')
-rw-r--r-- | e-util/e-source-selector-dialog.c | 6 |
1 files changed, 4 insertions, 2 deletions
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, |