diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-01-28 00:20:33 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-01-28 00:20:33 +0800 |
commit | 3e339d5ecc63d912840c6f885460c58f60eb85e0 (patch) | |
tree | 339ec59f6e93ec7c0f94763d9e7c0e696409861b /mail/em-utils.c | |
parent | 4b140a897f1b45515ac9987e0b2d343c12f02f1c (diff) | |
download | gsoc2013-evolution-3e339d5ecc63d912840c6f885460c58f60eb85e0.tar.gz gsoc2013-evolution-3e339d5ecc63d912840c6f885460c58f60eb85e0.tar.zst gsoc2013-evolution-3e339d5ecc63d912840c6f885460c58f60eb85e0.zip |
Heh, oops. Fun typo.
svn path=/branches/kill-bonobo/; revision=37141
Diffstat (limited to 'mail/em-utils.c')
-rw-r--r-- | mail/em-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-utils.c b/mail/em-utils.c index d3b9b1f9c3..23f6b0cfc4 100644 --- a/mail/em-utils.c +++ b/mail/em-utils.c @@ -232,7 +232,7 @@ em_utils_check_user_can_send_mail (GtkWindow *parent) account_list = e_get_account_list (); - if (e_list_length ((EList *) account_list) > 0) { + if (e_list_length ((EList *) account_list) == 0) { if (!em_utils_configure_account (parent)) return FALSE; } |