Index: clutter/clutter-entry.c
===================================================================
--- clutter/clutter-entry.c	(revision 3353)
+++ clutter/clutter-entry.c	(working copy)
@@ -501,7 +501,8 @@
 
   pango_clutter_render_layout (priv->layout,
                                priv->text_x + priv->entry_padding, 0,
-                               &color, 0);
+                               &color, 0,
+			       FALSE, 0.0);
 
   if (CLUTTER_ENTRY_GET_CLASS (entry)->paint_cursor)
     CLUTTER_ENTRY_GET_CLASS (entry)->paint_cursor (entry);
