Ignore:
Timestamp:
03/10/12 16:20:55 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Started the flight wizard and it is now possible to log in

File:
1 edited

Legend:

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

    r32 r42  
    1717    except Exception, e:
    1818        pass
     19
     20    MESSAGETYPE_ERROR = gtk.MESSAGE_ERROR
     21    BUTTONSTYPE_OK = gtk.BUTTONS_OK
    1922else:
    2023    print "Using PyGObject"
     
    2528    from gi.repository import AppIndicator3 as appindicator
    2629    appIndicator = True
     30
     31    MESSAGETYPE_ERROR = gtk.MessageType.ERROR
     32    BUTTONSTYPE_OK = gtk.ButtonsType.OK
    2733
    2834import cairo
Note: See TracChangeset for help on using the changeset viewer.