sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.address/src/com/nokia/carbide/cpp/pi/address/AddrFunctionTable.java
changeset 12 ae255c9aa552
parent 5 844b047e260d
--- a/sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.address/src/com/nokia/carbide/cpp/pi/address/AddrFunctionTable.java	Wed Jun 23 14:49:59 2010 +0300
+++ b/sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.address/src/com/nokia/carbide/cpp/pi/address/AddrFunctionTable.java	Wed Jun 23 15:05:09 2010 +0300
@@ -717,7 +717,7 @@
 		}
 
 		PIVisualSharedData shared = myGraph.getSharedDataInstance();
-		shared.GPP_SelectedFunctionNames = nameList;
+		shared.gppSelectedFunctionNames = nameList;
 
   		if (   (totalSamples != 0)
       		|| (myGraph.getDrawMode() == Defines.FUNCTIONS))
@@ -757,7 +757,7 @@
         // this table's set of checkbox-selected rows has changed,
 		// so propagate that information
 		PIVisualSharedData shared = myGraph.getSharedDataInstance();
-		shared.GPP_SelectedFunctionNames = nameList;
+		shared.gppSelectedFunctionNames = nameList;
 
 			selectionChangeNotify();
   		this.table.deselectAll();
@@ -1483,7 +1483,7 @@
 		}
 
         PIVisualSharedData shared = myGraph.getSharedDataInstance();
-		shared.GPP_SelectedFunctionNames = functionNames;
+		shared.gppSelectedFunctionNames = functionNames;
 	}
 
 	private class SharedCheckHandler implements ICheckStateListener