Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorddunne2009-04-09 18:09:44 +0000
committerddunne2009-04-09 18:09:44 +0000
commit35f4ef644baa5ee8149d3622fa5eb892a99c8f52 (patch)
tree804b61704bedda118d4100a200df0c6c5a0f7b8f
parent6249f5861844b527328966e363f8f9632900bfab (diff)
downloadorg.eclipse.osee-35f4ef644baa5ee8149d3622fa5eb892a99c8f52.tar.gz
org.eclipse.osee-35f4ef644baa5ee8149d3622fa5eb892a99c8f52.tar.xz
org.eclipse.osee-35f4ef644baa5ee8149d3622fa5eb892a99c8f52.zip
-rw-r--r--org.eclipse.osee.framework.ui.skynet/src/org/eclipse/osee/framework/ui/skynet/widgets/xBranch/BranchXViewerFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.osee.framework.ui.skynet/src/org/eclipse/osee/framework/ui/skynet/widgets/xBranch/BranchXViewerFactory.java b/org.eclipse.osee.framework.ui.skynet/src/org/eclipse/osee/framework/ui/skynet/widgets/xBranch/BranchXViewerFactory.java
index 48d7c0f0cd1..5abfed8e965 100644
--- a/org.eclipse.osee.framework.ui.skynet/src/org/eclipse/osee/framework/ui/skynet/widgets/xBranch/BranchXViewerFactory.java
+++ b/org.eclipse.osee.framework.ui.skynet/src/org/eclipse/osee/framework/ui/skynet/widgets/xBranch/BranchXViewerFactory.java
@@ -32,7 +32,7 @@ public class BranchXViewerFactory extends SkynetXViewerFactory {
public static XViewerColumn comment =
new XViewerColumn("framework.branch.comment", "Comment", 250, SWT.LEFT, true, SortDataType.String, false, null);
public static XViewerColumn associatedArtifact =
- new XViewerColumn("framework.branch.assocArt", "Associated Artifact", 100, SWT.LEFT, true,
+ new XViewerColumn("framework.branch.assocArt", "Associated Artifact", 100, SWT.LEFT, false,
SortDataType.String, false, null);
public static String NAMESPACE = "osee.skynet.gui.BranchXViewer";

Back to the top