From 9a1bb56b3a8da03437bc93042a84139ee3797067 Mon Sep 17 00:00:00 2001 From: tasn Date: Thu, 5 May 2011 16:35:36 +0000 Subject: [PATCH] Evas textblock: Updated a FIXME. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59218 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/canvas/evas_object_textblock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/canvas/evas_object_textblock.c b/src/lib/canvas/evas_object_textblock.c index 3db2d8c..23130ff 100644 --- a/src/lib/canvas/evas_object_textblock.c +++ b/src/lib/canvas/evas_object_textblock.c @@ -3391,8 +3391,8 @@ _layout_visualize_par(Ctxt *c) /* Don't wrap if it's the only item */ if (c->ln->items) { - /*FIXME: I should handle tabs correctly, i.e like - * spaces */ + /*FIXME: I should handle format correctly, + i.e verify we are allowed to break here */ _layout_line_advance(c, it->format); } } -- 2.7.4