зеркало из https://github.com/mozilla/pjs.git
Fix bug 308219: don't load the throbber images if we don't have to.
This commit is contained in:
Родитель
4f4f366868
Коммит
8de954fbb5
|
@ -2007,7 +2007,9 @@ enum BWCOpenDest {
|
|||
[mThrobberHandler stopThrobber];
|
||||
[mThrobberHandler release];
|
||||
mThrobberHandler = nil;
|
||||
[[self throbberItem] setImage: [[self throbberImages] objectAtIndex: 0]];
|
||||
NSToolbarItem* throbberItem = [self throbberItem];
|
||||
if (throbberItem)
|
||||
[throbberItem setImage: [[self throbberImages] objectAtIndex: 0]];
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче