diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-08-12 05:08:41 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-08-12 05:08:41 +0800 |
commit | 82531ef38a893e6da86eb431696d504b393a0235 (patch) | |
tree | 596e60bb37c989c0da38cbfd039f4718ead70bb2 /mail/mail-local.c | |
parent | ed88f237863dc3dd5aec568196b61008df2e9b8c (diff) | |
download | gsoc2013-evolution-82531ef38a893e6da86eb431696d504b393a0235.tar gsoc2013-evolution-82531ef38a893e6da86eb431696d504b393a0235.tar.gz gsoc2013-evolution-82531ef38a893e6da86eb431696d504b393a0235.tar.bz2 gsoc2013-evolution-82531ef38a893e6da86eb431696d504b393a0235.tar.lz gsoc2013-evolution-82531ef38a893e6da86eb431696d504b393a0235.tar.xz gsoc2013-evolution-82531ef38a893e6da86eb431696d504b393a0235.tar.zst gsoc2013-evolution-82531ef38a893e6da86eb431696d504b393a0235.zip |
Fix 'Test settings' in the prefs dialog. Update the async readme.
svn path=/trunk/; revision=4752
Diffstat (limited to 'mail/mail-local.c')
-rw-r--r-- | mail/mail-local.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-local.c b/mail/mail-local.c index f5ac994dd4..7548d32e8b 100644 --- a/mail/mail-local.c +++ b/mail/mail-local.c @@ -228,7 +228,7 @@ static void update_progress(char *fmt, float percent) { if (fmt) mail_op_set_message ("%s", fmt); - mail_op_set_percentage (percent); + /*mail_op_set_percentage (percent);*/ } /* ******************** */ |