From 7ffecd24101c259332a339a2ea5d7ebe05504814 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Paour Date: Fri, 13 Jun 2003 01:33:13 +0000 Subject: [PATCH] Fixed updating UI when selecting different Gallery. --- com/gallery/GalleryRemote/MainFrame.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com/gallery/GalleryRemote/MainFrame.java b/com/gallery/GalleryRemote/MainFrame.java index 606cbc2..4f4cc1e 100644 --- a/com/gallery/GalleryRemote/MainFrame.java +++ b/com/gallery/GalleryRemote/MainFrame.java @@ -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); }