Fixed icon

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@733 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2010-07-28 06:27:40 +00:00
commit 15d1628972

View file

@ -540,6 +540,9 @@ namespace Greenshot {
// Inform all registed plugins // Inform all registed plugins
PluginHelper.instance.Shutdown(); PluginHelper.instance.Shutdown();
// Make the Greenshot icon invisible
notifyIcon.Visible = true;
conf.Store(); conf.Store();
HotkeyHelper.UnregisterHotkeys((int)this.Handle); HotkeyHelper.UnregisterHotkeys((int)this.Handle);
SoundHelper.Deinitialize(); SoundHelper.Deinitialize();