Changeset 19863
- Timestamp:
- 19.06.2009 14:12:55 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
gli/trunk/src/org/greenstone/gatherer/gui/PreviewButton.java
r19862 r19863 84 84 if(Configuration.library_url == null) { 85 85 Gatherer.missingEXEC(); 86 } else { 86 } 87 // if we now finally have a library URL, then continue with previewing 88 if(Configuration.library_url != null) { 87 89 // don't do anything fancy here 88 90 preview_address = Configuration.library_url.toString() + Configuration.getServletPath()