diff --git a/changes b/changes
index 248cdf605e74d49be1ff6ddffa3a70a974ed5e91..e84382ec143ae5838b9acc5ee1e9784ccc600539 100644
--- a/changes
+++ b/changes
@@ -1,4 +1,4 @@
-1.3.0 alpha
+1.2A.3 beta1
      - added touch interface, adjusted GUI layout to it
     ANDROID
      - new file and color dialogues adjusted for touch screens
diff --git a/src/exam/texamview.cpp b/src/exam/texamview.cpp
index 1452b7e9e6db8f52d5b669a838143350cd162547..1d4b14b5286a4f86b13f65556573a0b155b040fd 100644
--- a/src/exam/texamview.cpp
+++ b/src/exam/texamview.cpp
@@ -35,12 +35,12 @@ TexamView::TexamView(QWidget *parent) :
   QWidget(parent),
   m_exam(0)
 {
+  auto mainLay = new QHBoxLayout;
 #if defined (Q_OS_ANDROID)
   mainLay->setContentsMargins(0, 0, 0, 0);
 #else
   setStatusTip(tr("Exam results"));
 #endif
-  QHBoxLayout *mainLay = new QHBoxLayout;
   mainLay->addStretch();
   QHBoxLayout *okMistLay = new QHBoxLayout;
   m_corrLab = new QLabel(this);
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 9c00e4519ec6f412b11a70c40c1571e327b5cf0d..ab7c6bf4dff1b19f4445c98e24f0dfbcd50be0e9 100755
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -86,9 +86,9 @@ MainWindow::MainWindow(QWidget *parent) :
   m_statusText(QString()),
   m_curBG(-1), m_prevBg(-1),
   m_lockStat(false),
+#endif
   m_updaterPlugin(0),
   m_updaterStoppedSound(false),
-#endif
   m_isPlayerFree(true)
 {
 #if !defined (Q_OS_ANDROID)