lets not make the buffer so small (256 chars). with utf8 this could be

as little as 42 letters... in theory.... :) 1024 is better.



SVN revision: 81318
This commit is contained in:
Carsten Haitzler 2012-12-19 01:33:20 +00:00
parent 4ad440dd44
commit 47c5345f55
1 changed files with 1 additions and 1 deletions

View File

@ -1607,7 +1607,7 @@ _e_int_menus_shelves_pre_cb(void *data __UNUSED__, E_Menu *m)
shelves = e_shelf_list();
EINA_LIST_FOREACH(shelves, l, es)
{
char buf[256];
char buf[1024];
if (!es) continue;
if (es->zone->num != zone->num) continue;