Changeset 686:37f448ccd563


Ignore:
Timestamp:
10/18/15 14:52:34 (9 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
cef
Phase:
public
Message:

The busy state can be updated.

File:
1 edited

Legend:

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

    r682 r686  
    811811        self._weightHelp.set_sensitive(False)
    812812        self._mainWindow.get_window().set_cursor(self._busyCursor)
     813        self._statusbar.updateBusyState(message)
     814
     815    def updateBusyState(self, message):
     816        """Update the busy state."""
    813817        self._statusbar.updateBusyState(message)
    814818
Note: See TracChangeset for help on using the changeset viewer.