Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_toolbar.c Log Message: For now, use the same toolbar for each new efm window. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_toolbar.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- e_toolbar.c 9 Dec 2007 15:35:41 -0000 1.11 +++ e_toolbar.c 4 Jan 2008 20:59:10 -0000 1.12 @@ -52,7 +52,8 @@ 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; ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs