mirror of https://github.com/OpenVPN/openvpn-gui
Browse Source
The tray icon and its tip text get updated to the connecting state when starting a new status window thread. This is not enough for persistent connections as these can be restarted from the hold state which does not go through a new thread creation. To see the bug, disconnect and reconnect a persistent connection and have it wait in the connecting state. The tray icon colour does not change to yellow and the tray tip message does not show the "Connecting to:" text. Fix by ensuring that CheckAndSetTrayIcon() or SetTrayIcon() gets called whenever a state change message is received. Fixes issue #668 Signed-off-by: Selva Nair <selva.nair@gmail.com>pull/658/merge
Selva Nair
10 months ago
committed by
Gert Doering
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue