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

Using 'Gtk' instead of 'gtk' (re #347)

File:
1 edited

Legend:

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

    r995 r996  
    308308    within."""
    309309    if os.name=="nt":
    310         container = gtk.DrawingArea()
     310        container = Gtk.DrawingArea()
    311311        container.set_property("can-focus", True)
    312312        container.connect("size-allocate", _handleSizeAllocate)
    313313    else:
    314         container = gtk.DrawingArea()
     314        container = Gtk.DrawingArea()
    315315
    316316    container.show()
Note: See TracChangeset for help on using the changeset viewer.