Skip to content

Commit

Permalink
Fixed selecting "Gallery main page" in the New Album dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Luc Paour committed Dec 15, 2002
1 parent 1b6c0b1 commit d69bf25
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2002-12-15 Pierre-Luc Paour <gallery@paour.com> (1.0.1-b2)

* Fixed selecting "Gallery main page" in the New Album dialog.

2002-12-14 Pierre-Luc Paour <gallery@paour.com> (1.0.1-b1)

* Fixed dropping files when thumbnails are off.
Expand Down
2 changes: 2 additions & 0 deletions com/gallery/GalleryRemote/NewAlbumDialog.java
Expand Up @@ -101,7 +101,9 @@ private void jbInit()
rootAlbum = new Album();
rootAlbum.setGallery(gallery);
rootAlbum.setTitle("Gallery main page");
rootAlbum.setName("root.root");
albums.add(0, rootAlbum);

album = new JComboBox(albums);
album.setFont( new java.awt.Font( "SansSerif", 0, 11 ) );
album.setSelectedItem(defaultAlbum);
Expand Down
4 changes: 2 additions & 2 deletions defaults.properties
Expand Up @@ -89,6 +89,6 @@ updateUrlBeta=http://gallery.sourceforge.net/gallery_remote_version_check_beta.p
#
# --- Do not edit below this line ---
#
version=1.01b1
releaseDate=2002/12/14
version=1.01b2
releaseDate=2002/12/15
aboutText=Gallery Remote\n \n \nA part of the Gallery Open-Source Project\nhttp://gallery.sourceforge.net\n \n \nMaintained by Pierre-Luc Paour\n \nInitial version by Chris Smith\n \n \nContributors:\n \nTim Miller\nDolan Halbrook\n \n \nArtwork by Ross A. Reyman

0 comments on commit d69bf25

Please sign in to comment.