diff options
| author | Paul Pogonyshev <pogonyshev@gmx.net> | 2008-08-09 15:09:42 +0000 |
|---|---|---|
| committer | Paul Pogonyshev <paulp@src.gnome.org> | 2008-08-09 15:09:42 +0000 |
| commit | 38848aaa4ffecf6cccf576df496d41f4ce984579 (patch) | |
| tree | 6b7ae2b9ec6154fadf1319edd023bf70f3d7ed0f /ChangeLog | |
| parent | 2a778d5bc55e812d549c02266d42b3f454627bd5 (diff) | |
| download | pygobject-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |
