Skip to content

Commit

Permalink
Fixed updating UI when selecting different Gallery.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Luc Paour committed Jun 13, 2003
1 parent 4169516 commit 7ffecd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com/gallery/GalleryRemote/MainFrame.java
Expand Up @@ -1137,7 +1137,7 @@ public void contentsChanged( ListDataEvent e ) {
} else if (source instanceof Gallery) {
updateAlbumCombo();
} else if (source instanceof DefaultComboBoxModel) {
// do nothing
updateGalleryParams();
} else {
Log.log(Log.ERROR, MODULE, "Unknown source " + source);
}
Expand Down

0 comments on commit 7ffecd2

Please sign in to comment.