diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-02-19 08:35:59 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-02-19 09:44:24 +0800 |
commit | fcb29478f605deb787c62fc7567c5c7f897585bb (patch) | |
tree | ec765625b528f38d34c0b1795abb588227b1d95b /plugins/face | |
parent | 1b25ab52f7709a0eae7493fb933fa62376ead288 (diff) | |
download | gsoc2013-evolution-fcb29478f605deb787c62fc7567c5c7f897585bb.tar gsoc2013-evolution-fcb29478f605deb787c62fc7567c5c7f897585bb.tar.gz gsoc2013-evolution-fcb29478f605deb787c62fc7567c5c7f897585bb.tar.bz2 gsoc2013-evolution-fcb29478f605deb787c62fc7567c5c7f897585bb.tar.lz gsoc2013-evolution-fcb29478f605deb787c62fc7567c5c7f897585bb.tar.xz gsoc2013-evolution-fcb29478f605deb787c62fc7567c5c7f897585bb.tar.zst gsoc2013-evolution-fcb29478f605deb787c62fc7567c5c7f897585bb.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'plugins/face')
-rw-r--r-- | plugins/face/face.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/face/face.c b/plugins/face/face.c index 576a5acfb8..8f50f16d68 100644 --- a/plugins/face/face.c +++ b/plugins/face/face.c @@ -365,7 +365,7 @@ get_cfg_widget (void) gtk_box_pack_start (GTK_BOX (vbox), butt, FALSE, FALSE, 0); - gtk_box_pack_start (GTK_BOX (vbox), img, FALSE, FALSE, 0); + gtk_box_pack_start (GTK_BOX (vbox), img, FALSE, FALSE, 0); gtk_widget_show_all (vbox); |