re-enabled 'event_exit()' on program exit
git-svn-id: http://apu.dw.local/svnusers/JoshHoltrop/pppc/trunk@68 8131a0b2-b21c-1c47-bd6a-f003126495bd
This commit is contained in:
parent
17ecf5a6f7
commit
5bca5d98d5
3
pppc.cc
3
pppc.cc
@ -290,10 +290,7 @@ PPPC::~PPPC()
|
|||||||
{
|
{
|
||||||
::DestroyMenu(m_popupMenu);
|
::DestroyMenu(m_popupMenu);
|
||||||
|
|
||||||
/* TODO: turned off temporarily for debugging. Re-enable! */
|
|
||||||
#if 0
|
|
||||||
event_exit();
|
event_exit();
|
||||||
#endif
|
|
||||||
|
|
||||||
/* delete the tray icon */
|
/* delete the tray icon */
|
||||||
Shell_NotifyIcon(NIM_DELETE, &m_nid);
|
Shell_NotifyIcon(NIM_DELETE, &m_nid);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user