summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Pogonyshev <pogonyshev@gmx.net>2008-08-09 15:09:42 +0000
committerPaul Pogonyshev <paulp@src.gnome.org>2008-08-09 15:09:42 +0000
commit38848aaa4ffecf6cccf576df496d41f4ce984579 (patch)
tree6b7ae2b9ec6154fadf1319edd023bf70f3d7ed0f /ChangeLog
parent2a778d5bc55e812d549c02266d42b3f454627bd5 (diff)
downloadpygobject-38848aaa4ffecf6cccf576df496d41f4ce984579.tar.gz
pygobject-38848aaa4ffecf6cccf576df496d41f4ce984579.tar.xz
pygobject-38848aaa4ffecf6cccf576df496d41f4ce984579.zip
Bug 546135 – GIcon and implementations improvements
2008-08-09 Paul Pogonyshev <pogonyshev@gmx.net> Bug 546135 – GIcon and implementations improvements * gio/gio.defs (g_file_icon_new): Change from method of gio.File to constructor of gio.FileIcon. * tests/test_gicon.py (TestIcon.test_eq, Test_Eq.test_hash) (TestLoadableIcon.setUp): Adapt accordingly. (TestFileIcon): New test case. svn path=/trunk/; revision=933
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 251ecac..9f0b377 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2008-08-09 Paul Pogonyshev <pogonyshev@gmx.net>
+ Bug 546135 – GIcon and implementations improvements
+
+ * gio/gio.defs (g_file_icon_new): Change from method of gio.File
+ to constructor of gio.FileIcon.
+
+ * tests/test_gicon.py (TestIcon.test_eq, Test_Eq.test_hash)
+ (TestLoadableIcon.setUp): Adapt accordingly.
+ (TestFileIcon): New test case.
+
+2008-08-09 Paul Pogonyshev <pogonyshev@gmx.net>
+
Bug 546591 – File.copy progress_callback does not work
* gio/gfile.override (file_progress_callback_marshal): Use