Philipp Hörist pushed to branch master at gajim / gajim
Commits:
fec3fe96 by Philipp Hörist at 2017-10-08T14:03:37+02:00
Fix db migration
- - - - -
1 changed file:
- gajim/common/optparser.py
Changes:
=====================================
gajim/common/optparser.py
=====================================
--- a/gajim/common/optparser.py
+++ b/gajim/common/optparser.py
@@ -240,7 +240,7 @@ class OptionsParser:
self.update_config_to_016104()
if old < [0, 16, 10, 5] and new >= [0, 16, 10, 5]:
self.update_config_to_016105()
- if old < [0, 16, 11, 0] and new >= [0, 16, 11, 1]:
+ if old < [0, 16, 11, 1] and new >= [0, 16, 11, 1]:
self.update_config_to_016111()
app.logger.init_vars()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/fec3fe9605cab5433653111153cb77508aec485b
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/fec3fe9605cab5433653111153cb77508aec485b
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits