From: handyande Date: Tue, 12 Apr 2005 09:03:57 +0000 (+0000) Subject: oops raster ;) X-Git-Tag: submit/efl/20131021.015651~16140 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=365a8c26b5ef26e8eb0ea433331d43b4f127d90b;p=platform%2Fupstream%2Fenlightenment.git oops raster ;) SVN revision: 14156 --- diff --git a/src/bin/e_border.c b/src/bin/e_border.c index 59cc81b..4f65dac 100644 --- a/src/bin/e_border.c +++ b/src/bin/e_border.c @@ -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); }