Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index 33b25dc..f23c491 100644
--- a/activity.py
+++ b/activity.py
@@ -514,7 +514,7 @@ class ChartData(gtk.TreeView):
path = 0
elif selected:
- path = self.model.get_path(selected)[0]
+ path = self.model.get_path(selected)[0] + 1
iter = self.model.insert(path, [label, value])