oops, remove code that hardcoded the bg image url if one was not set.

This commit is contained in:
pinkerton%netscape.com 1998-10-01 21:41:59 +00:00
Родитель 31b8dfe190
Коммит b5ece1dfa3
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -172,8 +172,5 @@ CRDFToolbar::notice_background_changed()
char* cp = 0;
if ( HT_GetTemplateData(HT_TopNode(_ht_view), gNavCenter->viewBGURL, HT_COLUMN_STRING, &cp) )
SetImageURL(string(cp));
else
SetImageURL("file:///Incoming/bk.gif");
Refresh();
}