diff options
author | kali <kali@leap.se> | 2013-04-04 05:16:36 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-04-10 22:15:36 +0900 |
commit | 816104f2983e0f6dcded621c02c4c520e2e36da6 (patch) | |
tree | 612c49a6b1e6828dd843f9035aab19856e4fcc8d /changes/feature_2060_single-instance-app | |
parent | 0cbff90910fa35a9489a5542d093211c61d2267f (diff) |
detection of multiple instances using flock.
sending RAISE_WINDOW leap event if we are not
the main instance.
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. |