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

This commit is contained in:
Yann Leboulanger 2008-12-05 10:38:44 +00:00
parent 200a29e06c
commit d8c9aa0c5a
1 changed files with 2 additions and 0 deletions

View File

@ -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'),