Ignore:
Timestamp:
2009-05-21T16:57:44+12:00 (15 years ago)
Author:
ak19
Message:

Recommitting the changes made to allow GLI to work with the independently-launched GSI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/w32server/fnord.cpp

    r19514 r19548  
    359359    write_settings(gsdl_url);
    360360
    361     if (gsdl_port_num != 80)
     361    if (gsdl_port_num != 80) {
    362362      url += ":" + text_t(gsdl_port_num);
    363 
     363    }
    364364    url += gsdl_enterlib;
    365365
     
    10541054   
    10551055    SetFocus (Enter);
    1056    
     1056       
     1057    // Since we have not entered the library yet, set the URL in the configfile to pending state
     1058    gsdl_url = "URL_pending";
     1059    write_settings(gsdl_url);
     1060
    10571061    enterstring = strenterlib;
    10581062    paint_window (pdc, windowRect);
Note: See TracChangeset for help on using the changeset viewer.