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

The cruise level is initialized to 0 so that the Next button is disabled unless a valid value is entered (re #223)

File:
1 edited

Legend:

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

    r474 r554  
    9292    FILL = gtk.FILL
    9393    EXPAND = gtk.EXPAND
     94
     95    UPDATE_IF_VALID = gtk.UPDATE_IF_VALID
    9496
    9597    pixbuf_new_from_file = gdk.pixbuf_new_from_file
     
    164166    FILL = gtk.AttachOptions.FILL
    165167    EXPAND = gtk.AttachOptions.EXPAND
     168
     169    UPDATE_IF_VALID = gtk.SpinButtonUpdatePolicy.IF_VALID
    166170
    167171    pixbuf_new_from_file = gdkPixbuf.Pixbuf.new_from_file
Note: See TracChangeset for help on using the changeset viewer.