]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Work around a failure in Windows 10 jump lists.
authorSimon Tatham <anakin@pobox.com>
Thu, 6 Aug 2015 18:25:56 +0000 (19:25 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 17 Oct 2015 16:30:17 +0000 (17:30 +0100)
commitf59445004e8748d4be12066bb0511f7d06d4806a
tree843986b828a891ca4bf2f026fcc0c059146b9953
parentd61c6cad0bb2854f88ced9bf7f347d81e33ec7a3
Work around a failure in Windows 10 jump lists.

We've had several reports that launching saved sessions from the
Windows 10 jump list fails; Changyu Li reports that this is because we
create those IShellLink objects with a command line string starting
with @, and in Windows 10 that causes the SetArguments method to
silently do the wrong thing.

(cherry picked from commit 8bf5c1b31f1a1449d694e3604e293b0831eb2657)
windows/winjump.c