aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2001-08-18 05:34:50 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-18 05:34:50 +0800
commit49bce764496357845129340af3553db024bc4790 (patch)
tree4457ef41c3a04563700455af05d601a495457de4
parenta6a5660eadf9101212f1c8f5afcc6055c79f20f2 (diff)
downloadgsoc2013-evolution-49bce764496357845129340af3553db024bc4790.tar
gsoc2013-evolution-49bce764496357845129340af3553db024bc4790.tar.gz
gsoc2013-evolution-49bce764496357845129340af3553db024bc4790.tar.bz2
gsoc2013-evolution-49bce764496357845129340af3553db024bc4790.tar.lz
gsoc2013-evolution-49bce764496357845129340af3553db024bc4790.tar.xz
gsoc2013-evolution-49bce764496357845129340af3553db024bc4790.tar.zst
gsoc2013-evolution-49bce764496357845129340af3553db024bc4790.zip
formatted code nicer
svn path=/trunk/; revision=12181
-rw-r--r--composer/e-msg-composer-hdrs.c20
1 files changed, 9 insertions, 11 deletions
diff --git a/composer/e-msg-composer-hdrs.c b/composer/e-msg-composer-hdrs.c
index b5c8b78664..f51e154dda 100644
--- a/composer/e-msg-composer-hdrs.c
+++ b/composer/e-msg-composer-hdrs.c
@@ -410,17 +410,15 @@ attach_couple (EMsgComposerHdrs *hdrs, EMsgComposerHdrPair *pair, int line)
else
pad = 2;
- gtk_table_attach (
- GTK_TABLE (hdrs),
- pair->label, 0, 1,
- line, line + 1,
- GTK_FILL, GTK_FILL, pad, pad);
-
- gtk_table_attach (
- GTK_TABLE (hdrs),
- pair->entry, 1, 2,
- line, line + 1,
- GTK_FILL | GTK_EXPAND, 0, 2, 2);
+ gtk_table_attach (GTK_TABLE (hdrs),
+ pair->label, 0, 1,
+ line, line + 1,
+ GTK_FILL, GTK_FILL, pad, pad);
+
+ gtk_table_attach (GTK_TABLE (hdrs),
+ pair->entry, 1, 2,
+ line, line + 1,
+ GTK_FILL | GTK_EXPAND, 0, 2, 2);
}
static void