Replaced a faulty line with NS_ERROR in order to fix a build breakage. Don will do the right thing later.

This commit is contained in:
pierre%netscape.com 1998-09-18 23:50:04 +00:00
Родитель 602cb3301e
Коммит bb1d9b7edc
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -198,7 +198,7 @@ PRBool result;
if(mWidgetArmed)
{
this->SetPosition();
/*this->SetPosition();*/NS_ERROR("Get mouse loc and set position");
this->DrawWidget();
}
break;