fixed issue 900

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent ed9c64afba
commit 3a4b4e79b6
  1. 3
      src/web/UBWebController.cpp

@ -725,9 +725,10 @@ void UBWebController::loadUrl(const QUrl& url)
} }
else else
{ {
bool webBrowserAlreadyInstanciated = mStackedWidget->widget(WebBrowser) != NULL;
UBApplication::applicationController->showInternet(); UBApplication::applicationController->showInternet();
if (mCurrentWebBrowser && !(*mCurrentWebBrowser)) { if (!webBrowserAlreadyInstanciated) {
(*mCurrentWebBrowser)->loadUrl(url); (*mCurrentWebBrowser)->loadUrl(url);
} }
else { else {

Loading…
Cancel
Save