[evince] properties: Fix a typo in property name



commit ca89fde69e22dbc986e4e0c5c0532f1a0226ab35
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Sun Dec 4 12:22:51 2011 +0100

    properties: Fix a typo in property name
    
    It was caused by s/table/grid/g selectable -> selectgrid

 properties/ev-properties-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/properties/ev-properties-view.c b/properties/ev-properties-view.c
index cbd4a1d..1a5f29e 100644
--- a/properties/ev-properties-view.c
+++ b/properties/ev-properties-view.c
@@ -176,7 +176,7 @@ set_property (EvPropertiesView *properties,
 		g_object_set (G_OBJECT (label),
 			      "xalign", 0.0,
 			      "width_chars", 25,
-			      "selecgrid", TRUE,
+			      "selectable", TRUE,
 			      "ellipsize", PANGO_ELLIPSIZE_END,
 			      NULL);
 	} else {



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