oops raster ;)

SVN revision: 14156
This commit is contained in:
handyande 2005-04-12 09:03:57 +00:00 committed by handyande
parent b1b7e65840
commit 365a8c26b5
1 changed files with 1 additions and 1 deletions

View File

@ -3664,7 +3664,7 @@ _e_border_move_update(E_Border *bd)
{
char buf[40];
snprintf(buf, sizeof(buf) - 1, "%ix%i", bd->x, bd->y);
snprintf(buf, sizeof(buf) - 1, "%i %i", bd->x, bd->y);
edje_object_part_text_set(move_obj, "text", buf);
}