Skip to content
Snippets Groups Projects
Commit d8c9aa0c authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

make widgets insensitive in history window where there is no jid selected. Fixes #4553

parent 200a29e0
No related branches found
No related tags found
No related merge requests found
......@@ -118,6 +118,8 @@ class HistoryWindow:
if jid:
self.jid_entry.set_text(jid)
else:
self._load_history(None)
gtkgui_helpers.resize_window(self.window,
gajim.config.get('history_window_width'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment