comparison console/libgnt/gntcombobox.c @ 14723:d18b9360ba54

[gaim-migrate @ 17477] Patch from Richard Nelson (wabz) to fix a crash in the statusbox. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 14 Oct 2006 01:52:33 +0000
parents 5ac8f22e7b08
children 70623f0d5cdc
comparison
equal deleted inserted replaced
14722:51685370de57 14723:d18b9360ba54
100 if (parent->window) 100 if (parent->window)
101 { 101 {
102 mvwin(parent->window, y, widget->priv.x); 102 mvwin(parent->window, y, widget->priv.x);
103 wresize(parent->window, height+2, widget->priv.width); 103 wresize(parent->window, height+2, widget->priv.width);
104 } 104 }
105 parent->priv.width = widget->priv.width;
106 parent->priv.height = height + 2;
105 107
106 gnt_widget_draw(parent); 108 gnt_widget_draw(parent);
107 } 109 }
108 110
109 static gboolean 111 static gboolean