diff options
author | Tomas Touceda <chiiph@leap.se> | 2013-04-11 15:07:54 -0300 |
---|---|---|
committer | Tomas Touceda <chiiph@leap.se> | 2013-04-11 15:07:54 -0300 |
commit | e0032a6c97b3ed766698521c76bc37d0655f4277 (patch) | |
tree | 7808ca6adc8babf42aab34b7cad4271780dda0a9 /changes/feature_2060_single-instance-app | |
parent | b585cefa15a1d7a03dd8a6c5651220ac3fd94fd1 (diff) | |
parent | cf6c30f6f046401dead7a990f56bf9ad2c7cfa01 (diff) |
Merge remote-tracking branch 'kali/feature/single-instance-app2' into develop
Conflicts:
src/leap/gui/mainwindow.py
Diffstat (limited to 'changes/feature_2060_single-instance-app')
-rw-r--r-- | changes/feature_2060_single-instance-app | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/feature_2060_single-instance-app b/changes/feature_2060_single-instance-app new file mode 100644 index 00000000..eeab3f2c --- /dev/null +++ b/changes/feature_2060_single-instance-app @@ -0,0 +1,2 @@ + o Avoids multiple instances of leap-client. Each new one just raises + the existing instance and quits. |