Bug#725274: deluge-gtk: Fix for simulate() in gtk2reactor

2013-10-03 Thread sam
Package: deluge-gtk Version: 1.3.3-2+nmu1 Severity: important Dear Maintainer, after updating python-twisted , i came to know simulate() has been changed for twisted 12 so, i made exception for the new version of twisted to call _simulate() in gtkui.py in line 367 -reactor.simulate()

Bug#725274: deluge-gtk: Fix for simulate() in gtk2reactor

2013-10-03 Thread Andrew Starr-Bochicchio
On Thu, Oct 3, 2013 at 10:32 AM, sam samdr...@gmail.com wrote: after updating python-twisted , i came to know simulate() has been changed for twisted 12 so, i made exception for the new version of twisted to call _simulate() in gtkui.py in line 367 -reactor.simulate() +try: