diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-02-10 21:55:46 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-02-10 21:55:46 +0100 |
commit | 2a9f7fcdb1ddf8c2ee39ed87334bf0bc58955808 (patch) | |
tree | f39f5812032d316e6530a1b143758088a39e7fbd /src/de/blinkt/openvpn/LogWindow.java | |
parent | dad578cff15e77be2f7e1ce6ff2b8dad4753da4d (diff) |
Use different icons in the status bar depending on status.
Diffstat (limited to 'src/de/blinkt/openvpn/LogWindow.java')
-rw-r--r-- | src/de/blinkt/openvpn/LogWindow.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/LogWindow.java b/src/de/blinkt/openvpn/LogWindow.java index ef29ad5e..4e153357 100644 --- a/src/de/blinkt/openvpn/LogWindow.java +++ b/src/de/blinkt/openvpn/LogWindow.java @@ -392,7 +392,7 @@ public class LogWindow extends ListActivity implements StateListener { } @Override - public void updateState(final String status,final String logmessage, final int resid) { + public void updateState(final String status,final String logmessage, final int resid, final int level) { runOnUiThread(new Runnable() { @Override |