Not sure why, but this didn't seem to commit...

formatting/whitespace. Use E_NEW & E_FREE


SVN revision: 41891
This commit is contained in:
Christopher Michael 2009-08-20 17:43:24 +00:00
parent e5f2239266
commit 0025bcaafc
1 changed files with 2 additions and 2 deletions

View File

@ -50,13 +50,13 @@ e_widget_toolbook_page_append(Evas_Object *toolbook, Evas_Object *icon, const ch
wd = e_widget_data_get(toolbook);
e_widget_toolbar_item_append(wd->o_bar, icon, label, _item_sel,
toolbook, content);
e_widget_table_object_align_append(wd->o_tb, content,
0, 1, 1, 1,
e_widget_table_object_align_append(wd->o_tb, content, 0, 1, 1, 1,
fill_w, fill_h, expand_w, expand_h,
ax, ay);
evas_object_hide(content);
wd->content = eina_list_append(wd->content, content);
e_widget_min_size_get(wd->o_tb, &minw, &minh);
printf("Toolbook: %d %d\n", minw, minh);
e_widget_min_size_set(toolbook, minw, minh);
}