Show
Ignore:
Timestamp:
06/05/09 21:03:10 (3 years ago)
Author:
ocjhb
Message:

access point list now searchable

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/sandbox/jhb/mobile/ocwallet.py

    r323 r324  
    478478                while time_taken < 1: 
    479479                    started = time.time() 
    480                     apid = appuifw.popup_menu(aps,u'select access point') 
     480                    apid = appuifw.selection_list(aps,1) 
    481481                    time_taken = time.time() - started 
    482482                if apid == None: