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:
hwaara%gmail.com
2006-07-14 13:21:47 +00:00
parent 57b0e8066d
commit ed909a0eb7

View File

@@ -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:))