pidgin/win32/MinimizeToTray.h

Thu, 10 Dec 2009 03:15:26 +0000

author
Paul Aurich <darkrain42@pidgin.im>
date
Thu, 10 Dec 2009 03:15:26 +0000
changeset 29114
b3876f83a46c
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

jabber: Fix removing a self-contact.

Need to check for subscription="remove" before checking if it's a self-contact.

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial