[gtk+/native-layout-incubator] Fix the build



commit 3833ef5c35b9dd9ca13bb9a61e6e322cc62fe369
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Apr 28 11:17:30 2010 -0400

    Fix the build

 gtk/gtklabel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index edceae9..12f0322 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -656,7 +656,7 @@ gtk_label_class_init (GtkLabelClass *class)
   g_object_class_install_property (gobject_class,
 				   PROP_ELLIPSIZE,
                                    g_param_spec_enum ("ellipsize",
-                                                      >P_("Ellipsize"),
+                                                      P_("Ellipsize"),
                                                       P_("The preferred place to ellipsize the string, if the label does not have enough room to display the entire string"),
 						      PANGO_TYPE_ELLIPSIZE_MODE,
 						      PANGO_ELLIPSIZE_NONE,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]