comparison finch/libgnt/gntbox.c @ 19171:9f7587b86b0d

propagate from branch 'tmpbranch' (head e6743aa2d424749cd40350df703d079ef61fd5ce) to branch 'im.pidgin.soc.2007.finchfeat' (head a87f346863ddc48e5705c2c555c7ed842325a9a3)
author Eric Polino <aluink@pidgin.im>
date Sun, 22 Jul 2007 01:28:19 +0000
parents ac904659104f 2e11d73c4ff1
children c79177766e13
comparison
equal deleted inserted replaced
19170:315fd66bb08f 19171:9f7587b86b0d
220 w = maxw; 220 w = maxw;
221 else 221 else
222 h = maxh; 222 h = maxh;
223 } 223 }
224 224
225 gnt_widget_confirm_size(wid, w, h);
225 gnt_widget_set_size(wid, w, h); 226 gnt_widget_set_size(wid, w, h);
226 } 227 }
227 228
228 reposition_children(widget); 229 reposition_children(widget);
229 } 230 }