Author: damoxc
Revision: 5189
Log:
fix showing the add torrent window
Diff:
Modified: trunk/deluge/ui/web/js/Deluge.Toolbar.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.Toolbar.js 2009-04-27 18:12:49 UTC (rev
5188)
+++ trunk/deluge/ui/web/js/Deluge.Toolbar.js 2009-04-27 18:14:07 UTC (rev
5189)
@@ -187,7 +187,7 @@
},
onTorrentAdd: function() {
- Deluge.Add.Window.show();
+ Deluge.Add.show();
}
});
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---