6da19ab8e8
This is a maintenance release for the client; it's mostly to fix problem induced when people install Service Pack 2 for XP. There are a few more bugs fixed, including in the tracker code and in the launchmany clients. There's a very stupid UI bug, caused by the newest version of wxPython, in which a very long filename will cause the window to stretch even if the option is deselected in Prefs. This may not be fixed until the next GUI is written.
19 lines
778 B
Text
19 lines
778 B
Text
$NetBSD: patch-aa,v 1.2 2004/11/30 12:31:29 wiz Exp $
|
|
|
|
--- setup.py.orig 2004-10-06 21:50:32.000000000 +0200
|
|
+++ setup.py
|
|
@@ -18,11 +18,11 @@
|
|
|
|
packages = ["BitTornado","BitTornado.BT1"],
|
|
|
|
- scripts = ["btdownloadgui.py", "btdownloadheadless.py",
|
|
+ scripts = ["btdownloadheadless.py",
|
|
"bttrack.py", "btmakemetafile.py", "btlaunchmany.py", "btcompletedir.py",
|
|
- "btdownloadcurses.py", "btcompletedirgui.py", "btlaunchmanycurses.py",
|
|
+ "btdownloadcurses.py", "btlaunchmanycurses.py",
|
|
"btmakemetafile.py", "btreannounce.py", "btrename.py", "btshowmetainfo.py",
|
|
- 'btmaketorrentgui.py', 'btcopyannounce.py', 'btsethttpseeds.py',
|
|
+ 'btcopyannounce.py', 'btsethttpseeds.py',
|
|
'bt-t-make.py',
|
|
]
|
|
)
|