sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.address/src/com/nokia/carbide/cpp/pi/address/AddrBinaryTable.java
changeset 12 ae255c9aa552
parent 5 844b047e260d
--- a/sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.address/src/com/nokia/carbide/cpp/pi/address/AddrBinaryTable.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/AddrBinaryTable.java	Wed Jun 23 15:05:09 2010 +0300
@@ -687,7 +687,7 @@
 		}
 
 		PIVisualSharedData shared = myGraph.getSharedDataInstance();
-		shared.GPP_SelectedBinaryNames = nameList;
+		shared.gppSelectedBinaryNames = nameList;
 
   		if (   (totalSamples != 0)
       		|| (myGraph.getDrawMode() == Defines.BINARIES))
@@ -727,7 +727,7 @@
         // this table's set of checkbox-selected rows has changed,
 		// so propagate that information
 		PIVisualSharedData shared = myGraph.getSharedDataInstance();
-		shared.GPP_SelectedBinaryNames = nameList;
+		shared.gppSelectedBinaryNames = nameList;
 
 			selectionChangeNotify();
   		this.table.deselectAll();
@@ -1553,7 +1553,7 @@
 		}
 
         PIVisualSharedData shared = myGraph.getSharedDataInstance();
-		shared.GPP_SelectedBinaryNames = binaryNames;
+		shared.gppSelectedBinaryNames = binaryNames;
 	}
 
 	private class SharedCheckHandler implements ICheckStateListener