Changeset 23948


Ignore:
Timestamp:
09/27/13 19:43:35 (10 years ago)
Author:
nit
Message:

[titan] show always choicebox on tpk install

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/extensions.h

    r23819 r23948  
    158158        }
    159159       
    160         if(count > 1)
     160        //if(count > 1) // if only 1 installpath, don't show choicebox
     161        if(count > 0) // show always choicebox
    161162        {
    162163                free(tmpstr); tmpstr = NULL;
Note: See TracChangeset for help on using the changeset viewer.