[Pkg-running-devel] [openambit] 47/131: Setting readout for disclaimer dialog did not end it's group state, messed up further settings read

Christian Perrier bubulle at moszumanska.debian.org
Thu Jul 17 20:19:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

bubulle pushed a commit to branch master
in repository openambit.

commit 4578fdb0b61e09db8ebb9d24c2fb21c86d42a483
Author: Emil Ljungdahl <emil at kratern.se>
Date:   Tue Jan 14 20:23:59 2014 +0100

    Setting readout for disclaimer dialog did not end it's group state, messed up further settings read
---
 src/openambit/mainwindow.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/openambit/mainwindow.cpp b/src/openambit/mainwindow.cpp
index f0beab4..71ec64c 100644
--- a/src/openambit/mainwindow.cpp
+++ b/src/openambit/mainwindow.cpp
@@ -58,6 +58,7 @@ MainWindow::MainWindow(QWidget *parent) :
     settings.beginGroup("generalSettings");
     bool skip;
     skip = settings.value("skipBetaCheck", false).toBool();
+    settings.endGroup();
     if (! skip){
         confirmBetaDialog = new ConfirmBetaDialog(this);
         if (confirmBetaDialog->exec() == false){

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/openambit.git



More information about the Pkg-running-devel mailing list