Custom Query (2447 matches)
Results (280 - 282 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2763 | Fixed | UnboundLocalError: local variable 'info_hash' referenced before assignment | ||
Description |
From Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1223058 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/queuedtorrents.py", line 180, in on_button_add_clicked self.liststore.foreach(add_torrent, None) File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/queuedtorrents.py", line 178, in add_torrent process_args([torrent_path]) File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/ipcinterface.py", line 205, in process_args component.get("AddTorrentDialog").add_from_magnets([arg]) File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/addtorrentdialog.py", line 258, in add_from_magnets if info_hash in self.infos: UnboundLocalError: local variable 'info_hash' referenced before assignment |
|||
#2538 | Invalid | Unable to use shift-click in Files Tab to select multiple files | ||
Description |
In 1.3.9 WEB UI, (as packaged in Debian unstable package deluge-web 1.3.9-1) the bug exists where you can not select multiple files with shift-clicking first and last in group, while this is possible when selecting torrents. |
|||
#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. |