SVN revision: 31734
This commit is contained in:
Sebastian Dransfeld 2007-09-16 02:08:04 +00:00
parent a9948c5272
commit b0f8888510
2 changed files with 2 additions and 2 deletions

View File

@ -460,7 +460,7 @@ _ibar_config_item_get(const char *id)
/* Create id */
if (ibar_config->items)
{
char *p;
const char *p;
ci = evas_list_last(ibar_config->items)->data;
p = strrchr(ci->id, '.');
if (p) num = atoi(p + 1) + 1;

View File

@ -1252,7 +1252,7 @@ _ibox_config_item_get(const char *id)
/* Create id */
if (ibox_config->items)
{
char *p;
const char *p;
ci = evas_list_last(ibox_config->items)->data;
p = strrchr(ci->id, '.');
if (p) num = atoi(p + 1) + 1;