Skip to content

Commit

Permalink
Gespeicherte Mail öffnen ging nicht (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannMaierhofer committed Mar 6, 2024
1 parent 2832589 commit e027856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/de/jost_net/JVerein/gui/action/MailDetailAction.java
Expand Up @@ -55,7 +55,6 @@ public void handleAction(Object context) throws ApplicationException
m.setBetreff(mv.getBetreff());
m.setTxt(mv.getTxt());
}
GUI.startView(MailDetailView.class.getName(), m);
}
}
catch (OperationCanceledException oce)
Expand All @@ -68,5 +67,6 @@ public void handleAction(Object context) throws ApplicationException
"Fehler bei der Erzeugung der neuen Mail", e);
}
}
GUI.startView(MailDetailView.class.getName(), m);
}
}

0 comments on commit e027856

Please sign in to comment.