Commit 6fe52f69 authored by Claudio Valerio's avatar Claudio Valerio

changed the default url

parent 930a7c6d
...@@ -199,7 +199,7 @@ void UBSettings::ValidateKeyboardPaletteKeyBtnSize() ...@@ -199,7 +199,7 @@ void UBSettings::ValidateKeyboardPaletteKeyBtnSize()
void UBSettings::init() void UBSettings::init()
{ {
productWebUrl = new UBSetting(this, "App", "ProductWebAddress", "http://www.sankore.org"); productWebUrl = new UBSetting(this, "App", "ProductWebAddress", "http://www.oe-f.org");
softwareHomeUrl = productWebUrl->get().toString(); softwareHomeUrl = productWebUrl->get().toString();
......
...@@ -146,10 +146,7 @@ WBBrowserWindow::~WBBrowserWindow() ...@@ -146,10 +146,7 @@ WBBrowserWindow::~WBBrowserWindow()
mTabWidget = NULL; mTabWidget = NULL;
} }
if(mSearchToolBar){ //Explanation mSearchToolBar has a parent so it's automatically freed
delete mSearchToolBar;
mSearchToolBar = NULL;
}
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment