]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.selectionview/src/org/simantics/selectionview/VariablePropertyLabelRule.java
Sync git svn branch with SVN repository r33216.
[simantics/platform.git] / bundles / org.simantics.selectionview / src / org / simantics / selectionview / VariablePropertyLabelRule.java
index f99f679efe4859813bdd8186605afeacb08c22af..9bce1aef1f27f0cad00f9f6b6d6212a0322da778 100644 (file)
@@ -28,7 +28,7 @@ public class VariablePropertyLabelRule implements LabelRule {
        for(Variable property : variable.getProperties(graph)) {\r
                String column = property.getPossiblePropertyValue(graph, Variables.DISPLAY_COLUMN);\r
                if(column != null) {\r
-                       String value = property.getValue(graph, Bindings.STRING);\r
+                       String value = property.getPossibleValue(graph, Bindings.STRING);\r
                        if (value != null)\r
                                result.put(column, value);\r
                }\r