Changeset 19514 for gsdl


Ignore:
Timestamp:
2009-05-18T16:14:49+12:00 (15 years ago)
Author:
ak19
Message:

Reverting changes made to allow GLI to cope with GSI being launched independently (w32server writes out URL_pending to llssite.cfg).

File:
1 edited

Legend:

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

    r19505 r19514  
    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        
    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 
     1056   
    10611057    enterstring = strenterlib;
    10621058    paint_window (pdc, windowRect);
Note: See TracChangeset for help on using the changeset viewer.