fix add url bug

This commit is contained in:
Marcos Pinto 2007-06-24 22:33:32 +00:00
parent 2c4978b9ef
commit 2aaf9277c8
1 changed files with 1 additions and 1 deletions

View File

@ -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