From: Nguyễn Hồng Quân Date: Mon, 29 Oct 2012 11:04:13 +0000 (+0700) Subject: Change the order of initialization processes. X-Git-Url: http://git.maemo.org/git/?p=mverbiste;a=commitdiff_plain;h=24c4175dd69b2b8e87506247a34d4e765d86bb31 Change the order of initialization processes. --- diff --git a/mainwindow.cpp b/mainwindow.cpp index 439641c..9ed6d6c 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -102,8 +102,8 @@ void MainWindow::showExpanded() #else show(); #endif - wordinput->setFocus(); initverbiste(); + wordinput->setFocus(); } void MainWindow::initverbiste()