rejigger places UI a bit, add a title bar across the top of the places view, adjust the default entries in the listbox, etc. also fix icons for generic queries and generic non-favicon pages. r=brettw for changes to the cpp. NPOB

Original committer: beng%bengoodger.com
Original revision: 1.51
Original date: 2006/01/13 20:47:18
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 16:17:51 +00:00
Родитель 07a6db473e
Коммит 7f24d94d76
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -218,6 +218,8 @@ nsNavHistory::~nsNavHistory()
NS_IF_RELEASE(sMenuRootAtom);
NS_IF_RELEASE(sToolbarRootAtom);
NS_IF_RELEASE(sSessionStartAtom);
NS_IF_RELEASE(sSessionContinueAtom);
}