Fix #1065615 (page is frozen afeter refresh)

This commit is contained in:
Kovid Goyal 2012-10-11 23:58:28 +05:30
parent 7bba984259
commit 552fcea284

View File

@ -479,7 +479,7 @@ class DocumentView(QWebView): # {{{
d = self.document
self.unimplemented_actions = list(map(self.pageAction,
[d.DownloadImageToDisk, d.OpenLinkInNewWindow, d.DownloadLinkToDisk,
d.OpenImageInNewWindow, d.OpenLink]))
d.OpenImageInNewWindow, d.OpenLink, d.Reload]))
self.dictionary_action = QAction(QIcon(I('dictionary.png')),
_('&Lookup in dictionary'), self)
self.dictionary_action.setShortcut(Qt.CTRL+Qt.Key_L)