Evas textblock: Updated a FIXME.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 5 May 2011 16:35:36 +0000 (16:35 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 5 May 2011 16:35:36 +0000 (16:35 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@59218 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_object_textblock.c

index 3db2d8c..23130ff 100644 (file)
@@ -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);
                          }
                     }