Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (619 - 621 of 2449)

Ticket Resolution Summary Owner Reporter
#1217 Fixed [win32] Installer should close Deluge fukt
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 ETZel
Description

reactor.callLater(0, callback, filename) call here source:deluge/ui/tracker_icons.py#L163 is incompatible with Qt4Reactor, because all timers in Qt4Reactor must be started from the reactor thread.

There's a better suited function which doesn't mess with timers: reactor.callFromThread(callback, filename).

#1221 Fixed 'Core' object has no attribute '_timer' simonbcn
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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.