Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharley Wang2009-10-15 18:01:23 +0000
committerCharley Wang2009-10-15 18:01:23 +0000
commit47052695a5eb7ccb8ea60610ef43d57d5b5f140e (patch)
tree3ab58f43af4fce594717c9a4bfbbc8ec8e982c7f /systemtap/org.eclipse.linuxtools.callgraph.tests
parent4cd8fe8291ae00d37550bc0baa02b776341b13f7 (diff)
downloadorg.eclipse.linuxtools-47052695a5eb7ccb8ea60610ef43d57d5b5f140e.tar.gz
org.eclipse.linuxtools-47052695a5eb7ccb8ea60610ef43d57d5b5f140e.tar.xz
org.eclipse.linuxtools-47052695a5eb7ccb8ea60610ef43d57d5b5f140e.zip
Modified createOpenAction and createOpenDefaultAction functions -- these abstract functions return a boolean which determines whether or not they should be added to the File menu.
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.callgraph.tests')
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph.tests/src/org/eclipse/linuxtools/callgraph/tests/SystemTapGraphTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemtap/org.eclipse.linuxtools.callgraph.tests/src/org/eclipse/linuxtools/callgraph/tests/SystemTapGraphTest.java b/systemtap/org.eclipse.linuxtools.callgraph.tests/src/org/eclipse/linuxtools/callgraph/tests/SystemTapGraphTest.java
index ee3d705823..c32acfb54c 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph.tests/src/org/eclipse/linuxtools/callgraph/tests/SystemTapGraphTest.java
+++ b/systemtap/org.eclipse.linuxtools.callgraph.tests/src/org/eclipse/linuxtools/callgraph/tests/SystemTapGraphTest.java
@@ -241,7 +241,7 @@ public class SystemTapGraphTest extends TestCase {
act = cView.getSave_file();
break;
case 15:
- act = cView.getOpen_callgraph();
+ act = cView.getOpen_file();
break;
case 16:
act = cView.getHelp_version();

Back to the top