mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +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()
|
||||
|
||||
if result == 1:
|
||||
add_torrent_url(url)
|
||||
self.add_torrent_url(url)
|
||||
|
||||
def external_add_url(self, url):
|
||||
print "Got URL externally:", url
|
||||
|
|
Loading…
Add table
Reference in a new issue