Bug 281172 - Remove missed bit from before DCC had preferences. Fixes issues with DCC file transfers.

ChatZilla only.
r=silver
p=gijskruitbosch+bugs@gmail.com (Gijs Kruitbosch)
This commit is contained in:
silver%warwickcompsoc.co.uk 2005-12-03 15:12:42 +00:00
Родитель d7ca720cfa
Коммит 48fd426131
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -2560,10 +2560,6 @@ function my_dccdisconnect(e)
CIRCDCCFileTransfer.prototype.onInit =
function my_dccfileinit(e)
{
/* FIXME: we're currently 'borrowing' the client views' prefs until we have
* our own pref manager.
*/
this.prefs = client.prefs;
this.busy = false;
this.progress = -1;
updateProgress();