summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-03-29 23:03:24 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2009-03-29 23:03:24 +0000
commitc6a83104832ee56f51ece82c0d93c85be7e0b0f4 (patch)
tree19560d21c5c3527e7fe6e499ceec79ccc97d1be6
parentd1a83c61b8cac59846cc09c8db07f87b7a624fd2 (diff)
downloadpygobject-c6a83104832ee56f51ece82c0d93c85be7e0b0f4.tar.gz
pygobject-c6a83104832ee56f51ece82c0d93c85be7e0b0f4.tar.xz
pygobject-c6a83104832ee56f51ece82c0d93c85be7e0b0f4.zip
revert previous commit.
2009-03-30 Gian Mario Tagliaretti <gianmt@gnome.org> * gio/gfile.override: (_wrap_g_file_copy) revert previous commit. svn path=/trunk/; revision=1045
-rw-r--r--ChangeLog4
-rw-r--r--gio/gfile.override2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c7f61a..d18e704 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-03-30 Gian Mario Tagliaretti <gianmt@gnome.org>
+ * gio/gfile.override: (_wrap_g_file_copy) revert previous commit.
+
+2009-03-30 Gian Mario Tagliaretti <gianmt@gnome.org>
+
* gio/gfile.override: (_wrap_g_file_copy) callback cannot be optional.
2009-03-29 Gian Mario Tagliaretti <gianmt@gnome.org>
diff --git a/gio/gfile.override b/gio/gfile.override
index c94d091..e982b83 100644
--- a/gio/gfile.override
+++ b/gio/gfile.override
@@ -534,7 +534,7 @@ _wrap_g_file_copy(PyGObject *self,
notify = pygio_notify_new();
if (!PyArg_ParseTupleAndKeywords(args, kwargs,
- "O!O|OOO:File.copy",
+ "O!|OOOO:File.copy",
kwlist,
&PyGFile_Type,
&destination,