mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 04:52:54 +00:00
oops, remove code that hardcoded the bg image url if one was not set.
This commit is contained in:
parent
31b8dfe190
commit
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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user