Skip to content

Commit

Permalink
2004-08-17 Pierre-Luc Paour <gallery@paour.com> (1.4.1-b9)
Browse files Browse the repository at this point in the history
	* Fixed redirect testing after upload in applet.
  • Loading branch information
Pierre-Luc Paour committed Aug 18, 2004
1 parent 4dc0e64 commit 33c25fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2004-08-17 Pierre-Luc Paour <gallery@paour.com> (1.4.1-b9)

* Fixed redirect testing after upload in applet.

2004-08-17 Pierre-Luc Paour <gallery@paour.com> (1.4.1-b8)

* Fixed duplicate root album in New Album dialog on G2.
Expand Down
2 changes: 1 addition & 1 deletion com/gallery/GalleryRemote/GRAppletMini.java
Expand Up @@ -145,7 +145,7 @@ public void setInProgress(boolean inProgress) {
// probably finished uploading...
try {
// no update for G2 and for embedded applets (non-embedded applets are TYPE_STANDALONE)
if (! (gallery.getComm(null) instanceof GalleryComm2_5) && gallery.getType() == Gallery.TYPE_APPLET) {
if (! (gallery.getComm(null) instanceof GalleryComm2_5) && gallery.getType() != Gallery.TYPE_APPLET) {
getAppletContext().showDocument(new URL(getCodeBase().toString() + "add_photos_refresh.php"), "hack");
}
} catch (MalformedURLException e1) {
Expand Down
2 changes: 1 addition & 1 deletion defaults.properties
Expand Up @@ -234,6 +234,6 @@ updateUrlBeta=http://gallery.sourceforge.net/gallery_remote_version_check_beta.p
#
# --- Do not edit below this line ---
#
version=1.4.1-b8
version=1.4.1-b9
releaseDate=2004/08/17
aboutText=Gallery Remote\n \n \nA part of the Gallery Open-Source Project\nhttp://gallery.sourceforge.net\n \n \nMaintained by:\n \nPierre-Luc Paour\n \n \nInitial version by Chris Smith\n \n \nContributors:\n \nTim Miller\nDolan Halbrook\nMarkus Cozowicz\nScott Gartner\nAmedeo Paglione\nChris Schwerdt\n \n \nArtwork by Ross A. Reyman\n \n \nBundled software:\n \nImageMagick\nJSX\nJava look and feel Graphics Repository icons\njpegtran, Guido Vollbeding's version\nMetadataExtractor

0 comments on commit 33c25fe

Please sign in to comment.