Fix bug 303042: make sure we init the parent folder index hint for new bookmarks.

This commit is contained in:
smfr%smfr.org 2005-08-02 17:48:12 +00:00
Родитель 3d36110950
Коммит 32f3310576
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -82,6 +82,7 @@ NSString* const kAddBookmarkItemPrimaryTabKey = @"primary";
- (void)awakeFromNib
{
[mTabGroupCheckbox retain]; // so we can remove it
[self clearState];
}
- (void)dealloc