Don't call updateWebSearchMenu from selectionChanged. The search menu items will

be added before the context menu is displayed.

BUG: 307973
FIXED-IN: 4.10
wilder-portage
Dawit Alemayehu 14 years ago
parent c5c7b29aab
commit 7656ce515a
  1. 1
      src/SessionController.cpp

@ -369,7 +369,6 @@ void SessionController::selectionChanged(const QString& selectedText)
{
_selectedText = selectedText;
updateCopyAction(selectedText);
updateWebSearchMenu();
}
void SessionController::updateCopyAction(const QString& selectedText)

Loading…
Cancel
Save