diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-07-05 08:16:36 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-07-05 08:16:36 +0800 |
commit | fe8c0513dafbc8441e65ec2c4d69b803e88fe21e (patch) | |
tree | e13e721929a6b7aa1b2c7eb23b7dc5df6ecaf522 | |
parent | adfff13e095602ac0aa4f98a8dec8494b3428a4c (diff) | |
download | gsoc2013-evolution-fe8c0513dafbc8441e65ec2c4d69b803e88fe21e.tar gsoc2013-evolution-fe8c0513dafbc8441e65ec2c4d69b803e88fe21e.tar.gz gsoc2013-evolution-fe8c0513dafbc8441e65ec2c4d69b803e88fe21e.tar.bz2 gsoc2013-evolution-fe8c0513dafbc8441e65ec2c4d69b803e88fe21e.tar.lz gsoc2013-evolution-fe8c0513dafbc8441e65ec2c4d69b803e88fe21e.tar.xz gsoc2013-evolution-fe8c0513dafbc8441e65ec2c4d69b803e88fe21e.tar.zst gsoc2013-evolution-fe8c0513dafbc8441e65ec2c4d69b803e88fe21e.zip |
changed a comment
svn path=/trunk/; revision=17370
-rw-r--r-- | mail/mail-accounts.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mail-accounts.c b/mail/mail-accounts.c index c929ae1e48..67f0d8a3a9 100644 --- a/mail/mail-accounts.c +++ b/mail/mail-accounts.c @@ -326,7 +326,8 @@ account_able_clicked (GtkButton *button, gpointer user_data) account->source->enabled = !account->source->enabled; #if 0 - /* if the account got disabled, remove it from the folder-tree, otherwise add it to the folder-tree */ + /* if the account got disabled, remove it from the + folder-tree, otherwise add it to the folder-tree */ if (account->source && account->source->url) { if (account->source->enabled) mail_load_storage_by_uri (prefs->shell, account->source->url, account->name); |