diff options
author | kali <kali@leap.se> | 2013-07-17 06:01:03 +0900 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-07-17 20:02:05 +0200 |
commit | f79633b942f2ae5ee844cc4f2e17c0f338e4ba3c (patch) | |
tree | ec3c1e93098da770b0fde6ada1ab044d2a65c4d1 /changes | |
parent | bff9af8d446d23d73cc900e591a77e2e020683c4 (diff) |
fix locking for raising window
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug_fix_raise_window_win | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/bug_fix_raise_window_win b/changes/bug_fix_raise_window_win new file mode 100644 index 00000000..ffad7c06 --- /dev/null +++ b/changes/bug_fix_raise_window_win @@ -0,0 +1,2 @@ + o Fix incorrect handling of locks in windows so that stalled locks do not + avoid raising the first instance of the app. Closes: #2910 |