Changeset 12

Show
Ignore:
Timestamp:
03/13/07 00:20:29 (2 years ago)
Author:
evilbunny
Message:

Fixed delete bug I created fixing bug #7

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • MIDlet/bin/FreeAuth.jad

    r11 r12  
    44MIDlet-Icon: /FreeAuth.png 
    55MIDlet-Info-URL: http://www.freeauth.org/index.php/Free_Auth_MIDLet 
    6 MIDlet-Jar-Size: 121967 
     6MIDlet-Jar-Size: 121959 
    77MIDlet-Jar-URL: FreeAuth.jar 
    88MIDlet-Name: FreeAuth 
    99MIDlet-Permissions: javax.microedition.io.Connector.http 
    1010MIDlet-Vendor: FreeAuth.org 
    11 MIDlet-Version: 2.4.4 
     11MIDlet-Version: 2.4.5 
    1212MicroEdition-Configuration: CLDC-1.0 
    1313MicroEdition-Profile: MIDP-2.0 
  • MIDlet/bin/MANIFEST.MF

    r11 r12  
    55MIDlet-Permissions: javax.microedition.io.Connector.http 
    66MIDlet-Vendor: FreeAuth.org 
    7 MIDlet-Version: 2.4.4 
     7MIDlet-Version: 2.4.5 
    88MicroEdition-Configuration: CLDC-1.0 
    99MicroEdition-Profile: MIDP-2.0 
  • MIDlet/src/FreeAuth.java

    r11 r12  
    186186                        } else if(nextAction == "resetNextCommand") { 
    187187                                doresetNext(); 
    188                         } else if(nextAction == "deleteNextCommand") { 
     188                        } else if(nextAction == "dodeleteSecret") { 
    189189                                dodeleteNext(); 
    190190                        } else if(nextAction == "wipeCommand") {