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

Using 'Gdk' instead of 'gdk' (re #347)

File:
1 edited

Legend:

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

    r996 r997  
    206206        self._statusIcon = StatusIcon(iconDirectory, self)
    207207
    208         self._busyCursor = gdk.Cursor(gdk.CursorType.WATCH)
     208        self._busyCursor = Gdk.Cursor(Gdk.CursorType.WATCH)
    209209
    210210        self._loadPIREPDialog = None
     
    739739    def _handleMainWindowState(self, window, event):
    740740        """Hande a change in the state of the window"""
    741         iconified = gdk.WindowState.ICONIFIED
     741        iconified = Gdk.WindowState.ICONIFIED
    742742
    743743        if (event.changed_mask&WINDOW_STATE_WITHDRAWN)!=0:
Note: See TracChangeset for help on using the changeset viewer.