bug 304061, Refresh (reload) button disabled while page is loading, r=cl, hwaara sr=pinkerton. Patch by froodiantherapy <stridey@gmail.com>
git-svn-id: svn://10.0.0.236/trunk@202140 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1387,7 +1387,7 @@ enum BWCOpenDest {
|
||||
return enable;
|
||||
}
|
||||
else if (action == @selector(reload:))
|
||||
return (![mBrowserView isBusy] && ![self bookmarkManagerIsVisible]);
|
||||
return ![self bookmarkManagerIsVisible];
|
||||
else if (action == @selector(stop:))
|
||||
return [mBrowserView isBusy];
|
||||
else if (action == @selector(addBookmark:))
|
||||
|
||||
Reference in New Issue
Block a user