aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-attachment.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-attachment.c')
-rw-r--r--e-util/e-attachment.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/e-util/e-attachment.c b/e-util/e-attachment.c
index 864d82b2ab..1b42693072 100644
--- a/e-util/e-attachment.c
+++ b/e-util/e-attachment.c
@@ -582,10 +582,10 @@ attachment_set_saving (EAttachment *attachment,
attachment->priv->saving = saving;
attachment->priv->last_percent_notify = 0;
- g_object_freeze_notify (G_OBJECT (attachment));
+ /* g_object_freeze_notify (G_OBJECT (attachment));
g_object_notify (G_OBJECT (attachment), "percent");
g_object_notify (G_OBJECT (attachment), "saving");
- g_object_thaw_notify (G_OBJECT (attachment));
+ g_object_thaw_notify (G_OBJECT (attachment)); */
}
static void
@@ -609,7 +609,7 @@ attachment_progress_cb (goffset current_num_bytes,
if (new_percent != attachment->priv->percent) {
attachment->priv->percent = new_percent;
- g_object_notify (G_OBJECT (attachment), "percent");
+ /* g_object_notify (G_OBJECT (attachment), "percent"); */
}
}