use the main tracker icon url

This commit is contained in:
Damien Churchill 2008-10-24 13:42:43 +00:00
parent 8fe301a3d9
commit 29c32c0b6a
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ Deluge.Widgets.LabelSection = new Class({
el.store('filterName', name)
el.addEvent('click', this.bound.clicked);
if (this.name == 'tracker_host') {
var icon = 'url(http://' + name + '/favicon.ico)';
var icon = 'url(/tracker/icon/' + name + ')';
el.setStyle('background-image', icon);
};
this.list.grab(el);