change the class so the correct icon is displayed

This commit is contained in:
Damien Churchill 2009-03-31 00:32:03 +00:00
parent fe5fa703b3
commit 0e0bc735eb

View file

@ -62,7 +62,7 @@ Deluge.Add = {
size: fsize(item[0]),
leaf: true,
checked: item[1],
iconCls: 'x-deluge-add-file',
iconCls: 'x-deluge-file',
uiProvider: Ext.tree.ColumnNodeUI
}));
}