diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-11-21 21:46:05 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-11-21 21:46:05 +0100 |
commit | 1eedf7186d1667f06c4d21c0a84a05bd693a8e15 (patch) | |
tree | 9bda2e1ba3f79e2bbe307de482040db27280ae25 /src/de/blinkt/openvpn/LogWindow.java | |
parent | e175a209d6c9c7bbd875e9b68d8f21d65763ffc4 (diff) |
If a user specifies a higer --verb level show the messages at max verb level
Diffstat (limited to 'src/de/blinkt/openvpn/LogWindow.java')
-rw-r--r-- | src/de/blinkt/openvpn/LogWindow.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/LogWindow.java b/src/de/blinkt/openvpn/LogWindow.java index 641b2416..3a15b00d 100644 --- a/src/de/blinkt/openvpn/LogWindow.java +++ b/src/de/blinkt/openvpn/LogWindow.java @@ -23,7 +23,6 @@ public class LogWindow extends Activity { } - @Override public boolean onOptionsItemSelected(MenuItem item) { return super.onOptionsItemSelected(item); |