For now, use the same toolbar for each new efm window.

SVN revision: 33344
This commit is contained in:
Christopher Michael 2008-01-04 20:59:10 +00:00
parent af701cf3cd
commit 020677904e
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ e_toolbar_new(Evas *evas, const char *name, E_Win *fwin, Evas_Object *fm2)
tbar = E_OBJECT_ALLOC(E_Toolbar, E_TOOLBAR_TYPE, _e_toolbar_free);
if (!tbar) return NULL;
tbar->id = evas_list_count(toolbars) + 1;
tbar->id = 1;
// tbar->id = evas_list_count(toolbars) + 1;
tbar->x = tbar->y = 0;
tbar->h = 32;
tbar->w = fwin->w;