mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 01:18:39 +00:00
fix add url bug
This commit is contained in:
parent
2c4978b9ef
commit
2aaf9277c8
1 changed files with 1 additions and 1 deletions
|
@ -1152,7 +1152,7 @@ class DelugeGTK:
|
||||||
dlg.destroy()
|
dlg.destroy()
|
||||||
|
|
||||||
if result == 1:
|
if result == 1:
|
||||||
add_torrent_url(url)
|
self.add_torrent_url(url)
|
||||||
|
|
||||||
def external_add_url(self, url):
|
def external_add_url(self, url):
|
||||||
print "Got URL externally:", url
|
print "Got URL externally:", url
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue