pidgin/win32/MinimizeToTray.h

Mon, 03 Dec 2007 21:26:54 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Mon, 03 Dec 2007 21:26:54 +0000
changeset 21866
dbaaa235297b
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Fix #4229 by not crashing when there is an invalid group name. There is probably a bug elsewhere that causes this (I'm guessing with the ICQ encoding or something.)

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial