aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment.c
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-08-03 18:47:50 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-08-03 18:47:50 +0800
commit74d7a2416b8ed9a61ba0725eebfdd6f37aa5d613 (patch)
treef43cf0f97ae2ebd58cf4fe2092a6be8881d28f3b /widgets/misc/e-attachment.c
parent6e57758712d38aa1aa0b5a5063758d3085d6b97b (diff)
downloadgsoc2013-evolution-74d7a2416b8ed9a61ba0725eebfdd6f37aa5d613.tar
gsoc2013-evolution-74d7a2416b8ed9a61ba0725eebfdd6f37aa5d613.tar.gz
gsoc2013-evolution-74d7a2416b8ed9a61ba0725eebfdd6f37aa5d613.tar.bz2
gsoc2013-evolution-74d7a2416b8ed9a61ba0725eebfdd6f37aa5d613.tar.lz
gsoc2013-evolution-74d7a2416b8ed9a61ba0725eebfdd6f37aa5d613.tar.xz
gsoc2013-evolution-74d7a2416b8ed9a61ba0725eebfdd6f37aa5d613.tar.zst
gsoc2013-evolution-74d7a2416b8ed9a61ba0725eebfdd6f37aa5d613.zip
** Fix for bug #451599
svn path=/trunk/; revision=33940
Diffstat (limited to 'widgets/misc/e-attachment.c')
-rw-r--r--widgets/misc/e-attachment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-attachment.c b/widgets/misc/e-attachment.c
index 705b5bb2c8..19503c5ea9 100644
--- a/widgets/misc/e-attachment.c
+++ b/widgets/misc/e-attachment.c
@@ -339,11 +339,11 @@ async_progress_update_cb (GnomeVFSAsyncHandle *handle,
if (!info->file_size)
goto error;
- download_info->attachment->is_available_local = TRUE;
download_info->attachment->handle = NULL;
camel_exception_init (&ex);
e_attachment_build_remote_file (download_info->file_name, download_info->attachment, "attachment", &ex);
download_info->attachment->percentage = -1;
+ download_info->attachment->is_available_local = TRUE;
g_signal_emit (download_info->attachment, signals[UPDATE], 0);
g_free (download_info->file_name);
g_free (download_info);