Changeset 7697 for trunk/projects/slim-plugin/src
- Timestamp:
- 04/13/11 17:38:57 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/projects/slim-plugin/src/main/java/loci/slim/ui/UserInterfacePanel.java
r7671 r7697 244 244 new ActionListener() { 245 245 public void actionPerformed(ActionEvent e) { 246 m_listener.quit(); 246 if (null != m_listener) { 247 m_listener.quit(); 248 } 247 249 } 248 250 }
Note: See TracChangeset
for help on using the changeset viewer.