aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-callbacks.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2001-01-09 04:37:44 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-01-09 04:37:44 +0800
commitdeb9cf435980c48539c5612ebf1533b6f853608c (patch)
tree6673b44e7e776f1879eb479980a212efb3745fad /mail/mail-callbacks.c
parent51bd9ba1bb27bf599c373c77248f97eba3c5dd74 (diff)
downloadgsoc2013-evolution-deb9cf435980c48539c5612ebf1533b6f853608c.tar
gsoc2013-evolution-deb9cf435980c48539c5612ebf1533b6f853608c.tar.gz
gsoc2013-evolution-deb9cf435980c48539c5612ebf1533b6f853608c.tar.bz2
gsoc2013-evolution-deb9cf435980c48539c5612ebf1533b6f853608c.tar.lz
gsoc2013-evolution-deb9cf435980c48539c5612ebf1533b6f853608c.tar.xz
gsoc2013-evolution-deb9cf435980c48539c5612ebf1533b6f853608c.tar.zst
gsoc2013-evolution-deb9cf435980c48539c5612ebf1533b6f853608c.zip
More lovely fixes...
2001-01-08 Jeffrey Stedfast <fejj@helixcode.com> * mail-config-druid.c: More lovely fixes... * mail-callbacks.c: Don't segfault if a default account doesn't exist. svn path=/trunk/; revision=7302
Diffstat (limited to 'mail/mail-callbacks.c')
-rw-r--r--mail/mail-callbacks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-callbacks.c b/mail/mail-callbacks.c
index 3f59d474e5..ee9de6d195 100644
--- a/mail/mail-callbacks.c
+++ b/mail/mail-callbacks.c
@@ -115,7 +115,7 @@ check_send_configuration (FolderBrowser *fb)
account = mail_config_get_default_account ();
/* Check for an identity */
- if (!account->id) {
+ if (!account) {
GtkWidget *message;
message = gnome_warning_dialog_parented (_("You need to configure an identity\n"