зеркало из https://github.com/mozilla/gecko-dev.git
oops, remove code that hardcoded the bg image url if one was not set.
This commit is contained in:
Родитель
31b8dfe190
Коммит
b5ece1dfa3
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче