~rbalint/update-manager/lp-1795898-upgrade-workaround

« back to all changes in this revision

Viewing changes to UpdateManager/Dialogs.py

  • Committer: Balint Reczey
  • Date: 2018-10-01 16:36:46 UTC
  • mfrom: (2841.1.2 master)
  • Revision ID: balint.reczey@canonical.com-20181001163646-u1vfm9jh3f8ih27h
Tags: 1:18.10.9
MergeĀ lp:~rbalint/update-manager/pep8-again

Show diffs side-by-side

added added

removed removed

Lines of Context:
368
368
        Dialog.start(self)
369
369
        # Turn off close button
370
370
        self.window_main.realize()
371
 
        self.window_main.get_window().set_functions(Gdk.WMFunction.MOVE \
 
371
        self.window_main.get_window().set_functions(Gdk.WMFunction.MOVE
372
372
                                                    | Gdk.WMFunction.MINIMIZE)
373
373
 
374
374
    def restart(self, *args, **kwargs):