Fixed stuff
This commit is contained in:
@@ -221,9 +221,9 @@ public class EditEventPanel extends JFrame{
|
||||
|
||||
String stageName = (String)stage2.getSelectedItem();
|
||||
|
||||
Stage stage = null;
|
||||
AgendaStage stage = null;
|
||||
|
||||
for(Stage s : agenda.getStages())
|
||||
for(AgendaStage s : agenda.getStages())
|
||||
{
|
||||
if (s.getName().equals(stageName))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user