diff -r bcac61d40461 -r 31fd1353462d console/libgnt/gntcombobox.c --- 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; }