summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorMike Heffner <mikeh@FreeBSD.org>2005-12-31 16:53:08 +0000
committerMike Heffner <mikeh@FreeBSD.org>2005-12-31 16:53:08 +0000
commit0c4ea88708b4fed36b86476713a9966b8cd0481c (patch)
treee63014fe6659e84c222bbb808c9b25cde4902e7e /net-p2p
parent- Update to 0.25 (diff)
* Patch for open file dialog.
Notes
Notes: svn path=/head/; revision=152492
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/qtorrent/files/patch-pyqtorrent-torrentmain.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/qtorrent/files/patch-pyqtorrent-torrentmain.py b/net-p2p/qtorrent/files/patch-pyqtorrent-torrentmain.py
new file mode 100644
index 000000000000..d0894275a176
--- /dev/null
+++ b/net-p2p/qtorrent/files/patch-pyqtorrent-torrentmain.py
@@ -0,0 +1,11 @@
+--- pyqtorrent/torrentmain.py.orig Sat Dec 31 11:43:19 2005
++++ pyqtorrent/torrentmain.py Sat Dec 31 11:43:31 2005
+@@ -501,7 +501,7 @@
+ torrent.start()
+
+ def openFile(self):
+- fn = QFileDialog.getOpenFileName(None, "*.torrent")
++ fn = QFileDialog.getOpenFileName("*.torrent")
+ if fn:
+ self.newTorrent(str(fn))
+