Custom Query (2449 matches)
Results (619 - 621 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1217 | Fixed | [win32] Installer should close Deluge | ||
| Description |
When there's a new version of Deluge available I can to go to the website and download the installer. However when launched, it tries to uninstall Deluge while it's still running which of course fails. I know I could just close it manually before starting the installation but if the installer would offer to do it for the user it would just look and feel better :) |
|||
| #1218 | Fixed | Improper callLater() usage in tracker_icons.py | ||
| Description |
There's a better suited function which doesn't mess with timers: |
|||
| #1221 | Fixed | 'Core' object has no attribute '_timer' | ||
| Description |
[ERROR ] 19:53:04 init:50 Unable to enable plugin!
[ERROR ] 19:53:04 init:51 'Core' object has no attribute '_timer'
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/plugins/init.py", line 48, in enable
self.plugin.enable()
File "build/bdist.linux-i686/egg/freespace/core.py", line 76, in enable
if not self._timer:
AttributeError: 'Core' object has no attribute '_timer'
The folder has the name deluge-1.2.1 but it's deluge git version. |
|||
