changeset 10538:f348b3439ce4

[gaim-migrate @ 11892] This should fix the issue where the docked Buddy List's menus are obscured by the buddy list committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 22 Jan 2005 22:27:14 +0000
parents 74180743304a
children 5a50946954dd
files plugins/win32/winprefs/gtkappbar.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/win32/winprefs/gtkappbar.c	Sat Jan 22 19:40:30 2005 +0000
+++ b/plugins/win32/winprefs/gtkappbar.c	Sat Jan 22 22:27:14 2005 +0000
@@ -502,8 +502,8 @@
 			SetWindowPos(msg->hwnd, HWND_BOTTOM, 0, 0, 0, 0,
 				SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE);
 		} else {
-			SetWindowPos(msg->hwnd, HWND_TOPMOST, 0, 0, 0, 0,
-				SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE);
+			SetWindowPos(msg->hwnd, HWND_NOTOPMOST, 0, 0, 0, 0,
+				SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE | SWP_FRAMECHANGED);
 		}
 
                 break;