plugins/docklet/MinimizeToTray.h

Mon, 24 Oct 2005 05:22:14 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Mon, 24 Oct 2005 05:22:14 +0000
changeset 11790
555edc9da01a
parent 11709
da6e9cd5f6d9
permissions
-rw-r--r--

[gaim-migrate @ 14081]
Deleting multiple items from the list of corrections in the text
replacement/spellchk plugin didn't work correctly.

It would start at the top of the list, and delete items moving
downward. Apparently this screwed up the GtkTreePaths or something,
so it would delete the wrong iter. So now we start at the bottom
and move up :-)

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial