| 14906:fdf387cc4b12 | 14907:b8e4f01b74e4 |
|---|---|
| 702 { | 702 { |
| 703 GList *iter; | 703 GList *iter; |
| 704 GntWidget *wid; | 704 GntWidget *wid; |
| 705 int width, height; | 705 int width, height; |
| 706 | 706 |
| 707 g_return_if_fail(GNT_WIDGET(box)->parent == NULL); | |
| 708 | |
| 709 for (iter = box->list; iter; iter = iter->next) | 707 for (iter = box->list; iter; iter = iter->next) |
| 710 { | 708 { |
| 711 GntWidget *w = iter->data; | 709 GntWidget *w = iter->data; |
| 712 if (GNT_IS_BOX(w)) | 710 if (GNT_IS_BOX(w)) |
| 713 gnt_box_readjust(GNT_BOX(w)); | 711 gnt_box_readjust(GNT_BOX(w)); |