Show
Ignore:
Timestamp:
08/10/08 13:13:43 (5 years ago)
Author:
nopper
Message:

Preference improvement (style) and saving implemented

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branch/PacketManipulator/Manager/PreferenceManager.py

    r3364 r3393  
    113113            attr_vals = { 
    114114                (None, u'id') : key, 
    115                 (None, u'value') : option.value 
     115                (None, u'value') : str(option.value) 
    116116            } 
    117117 
     
    136136        'gui.maintab.hexview.bpl' : 16, 
    137137 
    138         'backend.system' : 'umpa', 
     138        'backend.system' : 'scapy', 
    139139    } 
    140140