Fix broken compile

SVN revision: 47108
This commit is contained in:
xcomputerman 2010-03-10 16:51:53 +00:00 committed by xcomputerman
parent bd54c97d95
commit 37f32c8d53
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ _mail_cb_mouse_in (void *data, Evas * e, Evas_Object * obj, void *event_info)
if ((!inst->ci->show_popup_empty) && (!cb->num_new)) continue;
snprintf (buf, sizeof (buf), "%s: %d/%d", cb->name, cb->num_new,
cb->num_total);
e_ilist_append (list, NULL, buf, 0, NULL, NULL, NULL, NULL);
e_ilist_append (list, NULL, NULL, buf, 0, NULL, NULL, NULL, NULL);
}
if (e_ilist_count (list))
{