aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-27 11:21:02 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-29 00:13:22 +0800
commit6f5464f34ceec9e5701e3e3e651a40f9e6b3a072 (patch)
tree35db5fcc57f2b68c17144fe50cd8c690f6a8c9b2 /mail/mail-config.c
parente61e5e2325f8bb84fbb550d602aed000ae805a4e (diff)
downloadgsoc2013-evolution-6f5464f34ceec9e5701e3e3e651a40f9e6b3a072.tar
gsoc2013-evolution-6f5464f34ceec9e5701e3e3e651a40f9e6b3a072.tar.gz
gsoc2013-evolution-6f5464f34ceec9e5701e3e3e651a40f9e6b3a072.tar.bz2
gsoc2013-evolution-6f5464f34ceec9e5701e3e3e651a40f9e6b3a072.tar.lz
gsoc2013-evolution-6f5464f34ceec9e5701e3e3e651a40f9e6b3a072.tar.xz
gsoc2013-evolution-6f5464f34ceec9e5701e3e3e651a40f9e6b3a072.tar.zst
gsoc2013-evolution-6f5464f34ceec9e5701e3e3e651a40f9e6b3a072.zip
Remove trailing whitespace, again.
Diffstat (limited to 'mail/mail-config.c')
-rw-r--r--mail/mail-config.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/mail-config.c b/mail/mail-config.c
index 62f6ba6eb3..bcf8dd7854 100644
--- a/mail/mail-config.c
+++ b/mail/mail-config.c
@@ -10,7 +10,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with the program; if not, see <http://www.gnu.org/licenses/>
+ * License along with the program; if not, see <http://www.gnu.org/licenses/>
*
*
* Authors:
@@ -423,7 +423,7 @@ mail_config_init (void)
config->gconf, key, func,
&config->error_time, NULL, NULL);
config->error_time =
- gconf_client_get_int (config->gconf, key, NULL);
+ gconf_client_get_int (config->gconf, key, NULL);
key = "/apps/evolution/mail/display/error_level";
func = (GConfClientNotifyFunc) gconf_int_value_changed;
@@ -431,7 +431,7 @@ mail_config_init (void)
config->gconf, key, func,
&config->error_level, NULL, NULL);
config->error_level =
- gconf_client_get_int (config->gconf, key, NULL);
+ gconf_client_get_int (config->gconf, key, NULL);
key = "/apps/evolution/mail/display/force_message_limit";
func = (GConfClientNotifyFunc) gconf_bool_value_changed;
@@ -678,7 +678,7 @@ mail_config_get_address_count (void)
guint
mail_config_get_error_timeout (void)
-{
+{
if (!config)
mail_config_init ();
@@ -687,7 +687,7 @@ mail_config_get_error_timeout (void)
guint
mail_config_get_error_level (void)
-{
+{
if (!config)
mail_config_init ();
@@ -1206,7 +1206,7 @@ mail_config_reload_junk_headers (void)
/* It automatically sets in the session */
if (config == NULL)
mail_config_init ();
- else
+ else
gconf_jh_check_changed (config->gconf, 0, NULL, config);
}