mirror of
https://github.com/greenshot/greenshot
synced 2025-07-30 11:40:40 -07:00
Small event-handler code fix.
This commit is contained in:
parent
5a7a1dfab9
commit
c7aa3ebaf1
2 changed files with 7 additions and 5 deletions
|
@ -105,8 +105,7 @@ namespace Greenshot.Experimental {
|
|||
} catch (Exception) {
|
||||
MessageBox.Show(Language.GetFormattedString(LangKey.error_openlink, downloadLink), Language.GetString(LangKey.error));
|
||||
} finally {
|
||||
MainForm.Instance.NotifyIcon.BalloonTipClicked -= HandleBalloonTipClick;
|
||||
MainForm.Instance.NotifyIcon.BalloonTipClosed -= CleanupBalloonTipClick;
|
||||
CleanupBalloonTipClick(sender, e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue