changeset 4492:d629e7989a8a

[gaim-migrate @ 4767] Trans back to normal on plugin removal. - Thanks Phrogie committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Fri, 31 Jan 2003 19:42:56 +0000
parents 3196d9044a45
children 61ba567f9c64
files plugins/win32/transparency/win2ktrans.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/win32/transparency/win2ktrans.c	Fri Jan 31 13:03:47 2003 +0000
+++ b/plugins/win32/transparency/win2ktrans.c	Fri Jan 31 19:42:56 2003 +0000
@@ -331,6 +331,10 @@
 		g_list_free(window_list);
 		window_list = NULL;
 	}
+	if(blist) {
+		SetWindowPos(GDK_WINDOW_HWND(blist->window), HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE);
+		set_wintrans_off(blist);
+	}
 }
 
 struct gaim_plugin_description desc;