Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/charts.py
diff options
context:
space:
mode:
authorAgustin Zubiaga <aguz@sugarlabs.org>2012-05-05 00:36:42 (GMT)
committer Agustin Zubiaga <aguz@sugarlabs.org>2012-05-05 00:36:42 (GMT)
commit1aef2e11d9e10b4ca2ef0b4a9b9e3b42d7d05561 (patch)
treedceff1060ede89183f63ea46351c8f562c1cb07c /charts.py
parent8a043f99d463f893256c0010a9c267019f9bffa4 (diff)
Rename SimpleGraph with Chart
Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
Diffstat (limited to 'charts.py')
-rw-r--r--charts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/charts.py b/charts.py
index 5f19851..2159fee 100644
--- a/charts.py
+++ b/charts.py
@@ -92,7 +92,7 @@ class Chart(gobject.GObject):
"""Set chart type (vertical, horizontal, line, pie)"""
self.type = type
- def set_title(self, title="SimpleGraph Chart"):
+ def set_title(self, title="Chart"):
"""Set the chart title"""
self.options["title"] = title