[nautilus-python] Fix the update-file-info-async plugin example
- From: Adam Plumb <adamplumb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-python] Fix the update-file-info-async plugin example
- Date: Mon, 14 Mar 2011 19:13:26 +0000 (UTC)
commit 8f2043c14db3725b26b05b860fceac291351e489
Author: Adam Plumb <adamplumb gmail com>
Date: Mon Mar 14 15:13:23 2011 -0400
Fix the update-file-info-async plugin example
examples/update-file-info-async.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/examples/update-file-info-async.py b/examples/update-file-info-async.py
index 1d14d4f..d2b6638 100644
--- a/examples/update-file-info-async.py
+++ b/examples/update-file-info-async.py
@@ -12,4 +12,4 @@ class UpdateFileInfoAsync(nautilus.InfoProvider):
def update_cb(self, provider, handle, closure):
print "update_cb"
- self.update_complete_invoke(provider, handle, closure, result=nautilus.OPERATION_FAILED)
+ self.update_complete_invoke(closure, provider, handle, result=nautilus.OPERATION_FAILED)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]