summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@src.gnome.org>2010-03-01 22:35:50 +0200
committerMurray Cumming <murrayc@murrayc.com>2010-03-08 15:00:47 +0100
commit3eaaf5bd7e029e261d812ec1d45eae784d479d86 (patch)
tree76960a75a0d53415909928a064f8ed468a05b61d /ChangeLog
parent6978bd38faae5dcb626929334b747f97e644717f (diff)
downloadglibmm-3eaaf5bd7e029e261d812ec1d45eae784d479d86.tar.gz
Bug #611521 - Free Gio::SlotFileProgress (and friends) at completion
The Gio::SlotFileProgress slots (and their friends) used in operations like Gio::File::copy, Gio::File::copy_async and Gio::File::move should not freed when their C callbacks are invoked for the first time. Instead they should be freed after the operation has completed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a228e08e..7c5f2626 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2010-03-08 Debarshi Ray <debarshi.ray@gmail.com>
+
+ Bug #611521 - Free Gio::SlotFileProgress (and friends) at completion
+
+ * gio/src/file.ccg:
+ The Gio::SlotFileProgress slots (and their friends) used in operations like
+ Gio::File::copy, Gio::File::copy_async and Gio::File::move should not freed
+ when their C callbacks are invoked for the first time. Instead they should be
+ freed after the operation has completed.
+
2010-02-27 Daniel Elstner <daniel.kitta@gmail.com>
Avoid compiler warning in resolver example