[kupfer] thunar: Fix typo in Reveal



commit 8420d2cddc25387cbaaeaa63be181e9e0629c779
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Mon Mar 28 21:43:05 2011 +0200

    thunar: Fix typo in Reveal

 kupfer/plugin/thunar.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kupfer/plugin/thunar.py b/kupfer/plugin/thunar.py
index 012fcfd..e5fb427 100644
--- a/kupfer/plugin/thunar.py
+++ b/kupfer/plugin/thunar.py
@@ -85,7 +85,7 @@ class Reveal (Action):
 				id_, reply_handler=_dummy, error_handler=_dummy)
 		except TypeError:
 			# Thunar 1.0 Uses $DISPLAY
-			_get_thunar().DisplayFolderAndSelect(uri, bname, display(),
+			_get_thunar().DisplayFolderAndSelect(uri, bname, display,
 				reply_handler=_dummy, error_handler=_dummy)
 
 	def item_types(self):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]