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/statusbar.py

    r996 r997  
    126126            icon = self._connGreyIcon
    127127
    128         gdk.cairo_set_source_pixbuf(eventOrContext, icon, 0, 0)
     128        Gdk.cairo_set_source_pixbuf(eventOrContext, icon, 0, 0)
    129129        eventOrContext.paint()
    130130
Note: See TracChangeset for help on using the changeset viewer.