Ignore:
Timestamp:
03/18/12 16:11:18 (12 years ago)
Author:
István Váradi <locvais@…>
Branch:
default
Phase:
public
Message:

The basics of the basic framework for the flight wizard work

File:
1 edited

Legend:

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

    r42 r44  
    1212    import gtk
    1313    import gobject
     14    import pango
    1415    try:
    1516        import appindicator
     
    2728    from gi.repository import GObject as gobject
    2829    from gi.repository import AppIndicator3 as appindicator
     30    from gi.repository import Pango as pango
    2931    appIndicator = True
    3032
Note: See TracChangeset for help on using the changeset viewer.