Custom Query (2447 matches)
Results (550 - 552 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1915 | Fixed | Unable to stop the status bar from autohiding | ||
Description |
A user in IRC reported that after enabling autohiding of the status bar using the double-arrow there is no way to disable it again. Also peers tab list seems to no longer expand to show the rest of the peers after enabling autohiding, as this screenshot shows: http://img600.imageshack.us/img600/7903/delugey.jpg Browser: Firefox 5 I confirmed the first bug but didnt see any issue with peers list. |
|||
#1916 | WorksForMe | [Win32] deluged does not start from connection manager | ||
Description |
User in IRC reported that trying to start local deluged from connection manager does not work in Windows XP. Starting deluged separately did work though. |
|||
#1918 | Fixed | [Win32] Drag'n'Drop not working | ||
Description |
"file:///C:/The.torrent" becomes "C:\C:\The.torrent" Problem was introduced with this commit: 00900fef Solution will be something like the code below but will need better testing to ensure both Linux and Windows compatibility. if urlparse(arg).scheme == "file": os.path.abspath(url2pathname(urlparse(arg).path)) else: path = os.path.abspath(arg) |