diff options
author | Johan Dahlin <zilch@src.gnome.org> | 2003-05-31 00:21:07 +0000 |
---|---|---|
committer | Johan Dahlin <zilch@src.gnome.org> | 2003-05-31 00:21:07 +0000 |
commit | 8311b6d7e22bbf7f251b87e27f5d757457f3a349 (patch) | |
tree | b0b30e0ec4a58fdb9bc918295bfb7cacc3efcb38 /gtk/gtk.defs | |
parent | 695ec514d7a6ae08e175624d437ff692c89ada67 (diff) | |
download | pygtk-8311b6d7e22bbf7f251b87e27f5d757457f3a349.tar.gz |
Rename first argument to sorted_path. Thanks to John Finlay, fixes
* gtk/gtk.defs (convert_path_to_child_path): Rename first argument
to sorted_path. Thanks to John Finlay, fixes #113102.
Diffstat (limited to 'gtk/gtk.defs')
-rw-r--r-- | gtk/gtk.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtk.defs b/gtk/gtk.defs index 71ce24f6..0d007a31 100644 --- a/gtk/gtk.defs +++ b/gtk/gtk.defs @@ -14003,7 +14003,7 @@ (return-type "GtkTreePath*") (caller-owns-return #t) (parameters - '("GtkTreePath*" "child_path") + '("GtkTreePath*" "sorted_path") ) ) |