Module: deluge
Branch: master
Commit: 986e6324758bedd86f64a4738306fbe861904473

Author: Damien Churchill <[email protected]>
Date:   Sat Mar 20 14:14:30 2010 +0000

add a missing Ext.namespace in order to create Deluge.preferences

---

 deluge/ui/web/js/deluge-all/Deluge.Preferences.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/deluge/ui/web/js/deluge-all/Deluge.Preferences.js 
b/deluge/ui/web/js/deluge-all/Deluge.Preferences.js
index 5524544..4a3ab02 100644
--- a/deluge/ui/web/js/deluge-all/Deluge.Preferences.js
+++ b/deluge/ui/web/js/deluge-all/Deluge.Preferences.js
@@ -32,6 +32,7 @@ Copyright:
 
 */
 
+Ext.namespace('Deluge.preferences');
 PreferencesRecord = Ext.data.Record.create([{name:'name', type:'string'}]);
 
 /**

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