Changeset 946:c358a058574e


Ignore:
Timestamp:
05/07/19 18:29:59 (5 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

CEF initialization is put after updating (re #347)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/gui.py

    r945 r946  
    462462            self.updateDone()
    463463
    464         cef.initialize(self._cefInitialized)
    465 
    466464        singleton.raiseCallback = self.raiseCallback
    467465        gtk.main()
     
    19291927        It checks if we already know the PID, and if not, asks the user whether
    19301928        to register."""
     1929        cef.initialize(self._cefInitialized)
     1930
    19311931        if not self.config.pilotID and not self.config.password:
    19321932            dialog = gtk.MessageDialog(parent = self._mainWindow,
Note: See TracChangeset for help on using the changeset viewer.