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

Reverting to before recent commits for working with independently launched GSI (which wrote out URL_pending to llssite.cfg file)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/gui/PreviewButton.java

    r19507 r19513  
    3535import javax.swing.*;
    3636import org.greenstone.gatherer.Configuration;
    37 import org.greenstone.gatherer.Dictionary;
    3837import org.greenstone.gatherer.Gatherer;
    3938import org.greenstone.gatherer.collection.CollectionManager;
     
    135134        Gatherer.c_man.saveCollection();
    136135       
    137         if(LocalLibraryServer.isURLPending()) {
    138         // Remind the user to press Enter Library, and return from this method
    139         JOptionPane.showMessageDialog(Gatherer.g_man,
    140                           Dictionary.get("General.LLS_Not_Started"),
    141                           Dictionary.get("General.LLS_Not_Started_Title"),
    142                           JOptionPane.ERROR_MESSAGE);
    143         return;
    144        
    145         } else {
    146         configureHomeURL();
    147         }
     136        configureHomeURL();
    148137       
    149138        if (Gatherer.GS3) {
Note: See TracChangeset for help on using the changeset viewer.