File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
src/org/aavso/tools/vstar/ui Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 4242import org .aavso .tools .vstar .ui .dialog .series .AIDSeriesSelectionPane ;
4343import org .aavso .tools .vstar .ui .mediator .Mediator ;
4444import org .aavso .tools .vstar .ui .mediator .message .StarGroupChangedMessage ;
45- import org .aavso .tools .vstar .ui .resources .StarGroups ;
4645import org .aavso .tools .vstar .util .Pair ;
4746import org .aavso .tools .vstar .util .date .AbstractDateUtil ;
4847import org .aavso .tools .vstar .util .help .Help ;
@@ -155,8 +154,6 @@ private StarSelectorDialog() {
155154
156155 this .pack ();
157156 starGroupSelectionPane .requestFocusInWindow ();
158-
159- StarGroups .getInstance ().getNotifier ().addListener (new UpdateListener ());
160157 }
161158
162159 // Getters
@@ -667,6 +664,7 @@ public void reset() {
667664
668665 @ Override
669666 public void showDialog () {
667+ starGroupSelectionPane .refreshGroups ();
670668 super .showDialog ();
671669 }
672670
Original file line number Diff line number Diff line change @@ -75,8 +75,6 @@ public StarGroups() {
7575 } catch (Throwable t ) {
7676 // We need VStar to function in the absence of prefs.
7777 }
78-
79- notifier = new Notifier <StarGroupChangedMessage >();
8078 }
8179
8280 public Notifier <StarGroupChangedMessage > getNotifier () {
You can’t perform that action at this time.
0 commit comments