summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--gio/gfile.override2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c34565..a545737 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-03-30 Gian Mario Tagliaretti <gianmt@gnome.org>
+ * gio/gfile.override: (_wrap_g_file_mount_enclosing_volume)
+ Swap kwargs names to reflect the code.
+
+2009-03-30 Gian Mario Tagliaretti <gianmt@gnome.org>
+
* gio/gfile.override:
(_wrap_g_file_find_enclosing_mount_async) Wrap new GFile method.
diff --git a/gio/gfile.override b/gio/gfile.override
index 084462e..86c17dd 100644
--- a/gio/gfile.override
+++ b/gio/gfile.override
@@ -463,7 +463,7 @@ _wrap_g_file_mount_enclosing_volume(PyGObject *self,
PyObject *args,
PyObject *kwargs)
{
- static char *kwlist[] = { "callback", "flags", "mount_operation",
+ static char *kwlist[] = { "mount_operation", "callback", "flags",
"cancellable", "user_data", NULL };
PyGIONotify *notify;
PyObject *py_flags = NULL;