From 17e95acf5a8c64e38225a45e53ed1cbe9e104aa4 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Thu, 24 May 2012 14:42:58 +0200 Subject: FIX: leave stock mode on logout --- db.vala | 1 + 1 file changed, 1 insertion(+) diff --git a/db.vala b/db.vala index 5b32cd6..b30fb57 100644 --- a/db.vala +++ b/db.vala @@ -79,6 +79,7 @@ public class Database { public bool logout() { this.user = 0; + this.stock_mode = false; this.logged_in = false; return true; } -- cgit v1.2.3