From 2aaf9277c835daa4a275ab860e919bd1b1825bc7 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Sun, 24 Jun 2007 22:33:32 +0000 Subject: [PATCH] fix add url bug --- src/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface.py b/src/interface.py index 244e91af4..34bbca4dc 100644 --- a/src/interface.py +++ b/src/interface.py @@ -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