Skip to content

Commit

Permalink
Invoking Update on startup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Luc Paour committed Sep 8, 2002
1 parent 2d17171 commit a6aec0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions com/gallery/GalleryRemote/GalleryRemote.java
Expand Up @@ -60,6 +60,11 @@ private void run() {
catch ( Exception e ) {
Log.logException(Log.CRITICAL, "Startup", e);
}

Update update = new Update();
if ( update.check() ) {
update.showNotice();
}
}

public static void logEnvironment() {
Expand Down

0 comments on commit a6aec0a

Please sign in to comment.