Author: damoxc

Revision: 5999

Log:
        fix incorrect class name

Diff:
Modified: branches/1.2_RC/deluge/ui/web/js/Deluge.Add.File.js
===================================================================
--- branches/1.2_RC/deluge/ui/web/js/Deluge.Add.File.js 2009-12-10 14:35:10 UTC 
(rev 5998)
+++ branches/1.2_RC/deluge/ui/web/js/Deluge.Add.File.js 2009-12-10 14:39:14 UTC 
(rev 5999)
@@ -46,7 +46,7 @@
                        title: _('Add from File'),
                        iconCls: 'x-deluge-add-file'
                }, config);
-               Ext.deluge.add.UrlWindow.superclass.constructor.call(this, 
config);
+               Ext.deluge.add.FileWindow.superclass.constructor.call(this, 
config);
        },
        
        initComponent: function() {
@@ -103,4 +103,4 @@
                        });
                }
        }
-});
\ No newline at end of file
+});


--

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.


Reply via email to