Am 15/12/2012 01:29, schrieb jscipione@xxxxxxxxx:
Also update the version number to 1.1-alpha in the rdef file matching the text on the old about window.
Why should WebPositive have its own version number?
@@ -86,25 +88,45 @@ BrowserApp::~BrowserApp() delete fSettings; delete fCookies; delete fCookieJar; + + if (fAboutWindow != NULL) + fAboutWindow->Quit();
This will let you drop into the debugger: you are supposed to lock the window before calling quit on it.
Bye, Axel.