Custom Query (2449 matches)
Results (367 - 369 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1547 | Duplicate | Installing from sources: it doesn't creates menus entries | ||
| Description |
Ubuntu 10.04. I've installed from sources but the menus entries weren't created. |
|||
| #1878 | Duplicate | Deluge's "Quit & Shutdown Daemon" command doesn't always work | ||
| Description |
Hi, I'm sorry I don't have enough details to actually solve this, but the GUI frontend's Quit & Shutdown Daemon command sometimes doesn't actually shutdown the daemon. If I start the frontend again and try again, it sometimes works. I have no idea how frequently this occurs or if I can reproduce it consistently yet, I just know that I've seen this problem at least twice now. |
|||
| #1945 | Fixed | Mutable default argument in deluge.ui.client.DaemonSSLProxy.__init__ | ||
| Description |
Hi, When looking at the source code I saw that DaemonSSLProxy.init have a mutable default parameter value: http://git.deluge-torrent.org/deluge/tree/deluge/ui/client.py#n269 This may be the source of bugs as explained here: http://effbot.org/zone/default-values.htm#valid-uses-for-mutable-defaults It may be intentional, but I am not sure as I am not familiar with the code. If it is intentional, a comment should be added to say so. Otherwise, the method should be changed to look like this: def __init__(self, event_handlers=None):
if event_handlers is None:
event_handlers = {}
|
|||
