aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/em-composer-prefs.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-08-31 07:05:30 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-14 20:08:58 +0800
commitdb1a2dd8aad57fb222daa6f82838b33a26f8e742 (patch)
tree42d90c8e93a4cf035bb9c92de676ad8dcca36fe3 /modules/mail/em-composer-prefs.c
parent629700ced0d5f84031e514cdb31cd97f985a2598 (diff)
downloadgsoc2013-evolution-db1a2dd8aad57fb222daa6f82838b33a26f8e742.tar
gsoc2013-evolution-db1a2dd8aad57fb222daa6f82838b33a26f8e742.tar.gz
gsoc2013-evolution-db1a2dd8aad57fb222daa6f82838b33a26f8e742.tar.bz2
gsoc2013-evolution-db1a2dd8aad57fb222daa6f82838b33a26f8e742.tar.lz
gsoc2013-evolution-db1a2dd8aad57fb222daa6f82838b33a26f8e742.tar.xz
gsoc2013-evolution-db1a2dd8aad57fb222daa6f82838b33a26f8e742.tar.zst
gsoc2013-evolution-db1a2dd8aad57fb222daa6f82838b33a26f8e742.zip
Miscellaneous cleanups.
Reducing diff noise with the account-mgmt branch. Trying to erode our dependency on EAccount as much as possible, or at least isolate its usage, to make things easier for me on the branch.
Diffstat (limited to 'modules/mail/em-composer-prefs.c')
-rw-r--r--modules/mail/em-composer-prefs.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/modules/mail/em-composer-prefs.c b/modules/mail/em-composer-prefs.c
index f8825f701c..d5b1c6697d 100644
--- a/modules/mail/em-composer-prefs.c
+++ b/modules/mail/em-composer-prefs.c
@@ -569,10 +569,11 @@ em_composer_prefs_construct (EMComposerPrefs *prefs,
G_BINDING_SYNC_CREATE);
/* Sanitize the dialog for Express mode */
- e_shell_hide_widgets_for_express_mode (shell, prefs->builder,
- "chkOutlookFilenames",
- "chkTopSignature",
- NULL);
+ e_shell_hide_widgets_for_express_mode (
+ shell, prefs->builder,
+ "chkOutlookFilenames",
+ "chkTopSignature",
+ NULL);
/* get our toplevel widget */
client = gconf_client_get_default ();