public inbox for [email protected]  
help / color / mirror / Atom feed
From: Vladimir Koković <[email protected]>
To: [email protected]
Subject: pgAdmin4.cpp - sync missing
Date: Sat, 16 Apr 2016 13:25:37 +0200
Message-ID: <[email protected]> (raw)
List-Unsubscribe:  <mailto:[email protected]?body=unsub%20pgadmin-hackers>

Hi,

settings.sync() missing after the line 110

Vladimir Kokovic
Belgrade Serbia, 16.April 2016

-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Attachments:

  [application/octet-stream] pgAdmin4.cpp.diff (366B, 2-pgAdmin4.cpp.diff)
  download | inline diff:
diff --git a/runtime/pgAdmin4.cpp b/runtime/pgAdmin4.cpp
index f21bc19..1bdfadb 100644
--- a/runtime/pgAdmin4.cpp
+++ b/runtime/pgAdmin4.cpp
@@ -108,8 +108,9 @@
         {
             settings.setValue("PythonPath", pythonpath);
             settings.setValue("ApplicationPath", applicationpath);
+            settings.sync();
         }

         exit(1);
     }



view thread (2+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: pgAdmin4.cpp - sync missing
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox