Skip to content

Commit

Permalink
Fix window title for Qubes Update
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarta committed Feb 6, 2019
1 parent 2dfa8f6 commit a753242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qui/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def perform_setup(self, *_args, **_kwargs):
__name__, 'updater.glade'))

self.main_window = self.builder.get_object("main_window")
self.main_window.set_title("Qubes Update")

self.vm_list = self.builder.get_object("vm_list")
self.populate_vm_list()
Expand Down

0 comments on commit a753242

Please sign in to comment.