diff --git a/gajim/data/gui/history_window.ui b/gajim/data/gui/history_window.ui index 99e3d3dcc..b1911ca7d 100644 --- a/gajim/data/gui/history_window.ui +++ b/gajim/data/gui/history_window.ui @@ -1,13 +1,14 @@ - + - - + + False Conversation History - history + center 650 450 + False @@ -72,13 +73,11 @@ _In date search - False True False False Only searching within selected day True - 0.5 True @@ -196,12 +195,10 @@ _Log conversation history - False True True False True - 0.5 True True @@ -218,7 +215,6 @@ True False True - 0.5 True True @@ -245,7 +241,6 @@ gtk-close - False True True True diff --git a/gajim/history_window.py b/gajim/history_window.py index e50c7d019..728d22b41 100644 --- a/gajim/history_window.py +++ b/gajim/history_window.py @@ -69,6 +69,7 @@ class HistoryWindow: def __init__(self, jid=None, account=None): xml = gtkgui_helpers.get_gtk_builder('history_window.ui') self.window = xml.get_object('history_window') + self.window.set_application(app.app) self.calendar = xml.get_object('calendar') scrolledwindow = xml.get_object('scrolledwindow') self.history_textview = conversation_textview.ConversationTextview(