From: <sa...@us...> - 2006-10-14 01:52:45
|
Revision: 17477 http://svn.sourceforge.net/gaim/?rev=17477&view=rev Author: sadrul Date: 2006-10-13 18:52:33 -0700 (Fri, 13 Oct 2006) Log Message: ----------- Patch from Richard Nelson (wabz) to fix a crash in the statusbox. Modified Paths: -------------- trunk/console/libgnt/gntcombobox.c Modified: trunk/console/libgnt/gntcombobox.c =================================================================== --- trunk/console/libgnt/gntcombobox.c 2006-10-13 02:31:36 UTC (rev 17476) +++ trunk/console/libgnt/gntcombobox.c 2006-10-14 01:52:33 UTC (rev 17477) @@ -102,6 +102,8 @@ mvwin(parent->window, y, widget->priv.x); wresize(parent->window, height+2, widget->priv.width); } + parent->priv.width = widget->priv.width; + parent->priv.height = height + 2; gnt_widget_draw(parent); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |