Ignore:
Timestamp:
2003-11-28T16:45:31+13:00 (20 years ago)
Author:
sjboddie
Message:

The "restart library" button in the local library now reinitialises
greenstone properly, reloading macro files, re-reading configuration files,
etc.

File:
1 edited

Legend:

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

    r5889 r6023  
    322322  int res;
    323323 
     324  if (infostring == strrestartlib) {
     325
     326    // the "restart library" button was pressed so we want to reinitialize
     327    // greenstone, read in all the macrofiles again, etc.
     328    gsdl_init(false);
     329  }
     330
    324331  // get the url and attempt to start a browser
    325332  char *localname = GetLocalName(NULL);
Note: See TracChangeset for help on using the changeset viewer.