diff console/libgnt/gntcombobox.c @ 14042:143474e2b1cb

[gaim-migrate @ 16648] Do not give focus to new windows. Instead, set the urgent-hint for them. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 05 Aug 2006 17:04:47 +0000
parents 27182f83b79b
children c5bfede33622
line wrap: on
line diff
--- a/console/libgnt/gntcombobox.c	Sat Aug 05 11:31:54 2006 +0000
+++ b/console/libgnt/gntcombobox.c	Sat Aug 05 17:04:47 2006 +0000
@@ -129,6 +129,7 @@
 							widget->priv.y - 9 + 1, widget->priv.x);
 				}
 
+				GNT_WIDGET_SET_FLAGS(parent, GNT_WIDGET_TRANSIENT);
 				gnt_widget_draw(parent);
 				return TRUE;
 			}