Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim

Commits:
ffc762b6 by Philipp Hörist at 2017-04-25T01:30:47+02:00
Fix path to logs.db in history manager

Logs.db is always at data_root, even if we set another config directory with -c

- - - - -


1 changed file:

- src/roster_window.py


Changes:

=====================================
src/roster_window.py
=====================================
--- a/src/roster_window.py
+++ b/src/roster_window.py
@@ -2856,7 +2856,7 @@ class RosterWindow:
         gajim.connections[account].send_motd(server)
 
     def on_history_manager_menuitem_activate(self, widget):
-        config_path = '-c %s' % gajim.gajimpaths.config_root
+        config_path = '-c %s' % gajim.gajimpaths.data_root
         posix = os.name != 'nt'
         if os.path.exists('history_manager.exe'):  # Windows
             helpers.exec_command('history_manager.exe %s' % config_path,



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/ffc762b6578f87d8b08039e18dfb4f84232360a8
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to