diff src/grapher.cpp @ 510:c623ce6b3104

Refactor: make closed a changeset property (not a changeset item one)
author Chris Cannam
date Tue, 18 Oct 2011 11:30:00 +0100
parents 6f371814509d
children f1fe20ff3c07
line wrap: on
line diff
--- a/src/grapher.cpp	Tue Oct 18 11:21:20 2011 +0100
+++ b/src/grapher.cpp	Tue Oct 18 11:30:00 2011 +0100
@@ -451,7 +451,7 @@
                 break;
             }
 
-            item->setClosed(true);
+            cs->setClosed(true);
 
             int pcount = cs->parents().size();
             if (pcount >= 1) {