diff options
| author | Gian Mario Tagliaretti <gianmt@gnome.org> | 2009-03-29 23:03:24 +0000 |
|---|---|---|
| committer | Gian Mario Tagliaretti <gianmt@src.gnome.org> | 2009-03-29 23:03:24 +0000 |
| commit | c6a83104832ee56f51ece82c0d93c85be7e0b0f4 (patch) | |
| tree | 19560d21c5c3527e7fe6e499ceec79ccc97d1be6 /gio | |
| parent | d1a83c61b8cac59846cc09c8db07f87b7a624fd2 (diff) | |
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
Diffstat (limited to 'gio')
| -rw-r--r-- | gio/gfile.override | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
