Changeset c609781
- Timestamp:
- Nov 12, 2015 8:02:11 PM (5 years ago)
- Branches:
- master
- Children:
- ded249d
- Parents:
- 51c5da3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/systray/java/src/net/i2p/apps/systray/SysTray.java
r51c5da3 rc609781 12 12 import java.awt.Frame; 13 13 import java.io.File; 14 import java.io.IOException; 14 15 15 16 import net.i2p.I2PAppContext; … … 89 90 if (urlLauncher.openUrl(url)) 90 91 return; 91 } catch ( RuntimeException ex) {92 } catch (IOException ex) { 92 93 // Fall through. 93 94 } … … 96 97 if (urlLauncher.openUrl(url, _browserString)) 97 98 return; 98 } catch ( RuntimeException ex) {99 } catch (IOException ex) { 99 100 // Fall through. 100 101 }
Note: See TracChangeset
for help on using the changeset viewer.