aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authormikeh <mikeh@FreeBSD.org>2006-01-01 00:53:08 +0800
committermikeh <mikeh@FreeBSD.org>2006-01-01 00:53:08 +0800
commit1ebf0a3ac023e3124a4e0960b21d295aa34c4654 (patch)
treeec1fb77d44d605cf0b0ff4c4d5c48e648ce265db /net-p2p
parent0443fe2ddef44e8191669372fcc68aa63667f8cb (diff)
downloadfreebsd-ports-gnome-1ebf0a3ac023e3124a4e0960b21d295aa34c4654.tar.gz
freebsd-ports-gnome-1ebf0a3ac023e3124a4e0960b21d295aa34c4654.tar.zst
freebsd-ports-gnome-1ebf0a3ac023e3124a4e0960b21d295aa34c4654.zip
* Patch for open file dialog.
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))
+