Skip to content
Snippets Groups Projects
Commit 57efe7c4 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Set application and menubar on MessageWindow

parent 1d566563
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,8 @@ class MessageWindow(object):
self.widget_name = 'message_window'
self.xml = gtkgui_helpers.get_gtk_builder('%s.ui' % self.widget_name)
self.window = self.xml.get_object(self.widget_name)
self.window.set_application(app.app)
self.window.set_show_menubar(False)
self.notebook = self.xml.get_object('notebook')
self.parent_paned = None
......
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