Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/TextThought.py
diff options
context:
space:
mode:
authormatthias.vogelgesang <matthias.vogelgesang@8f060a39-251c-0410-b1f3-431655927647>2008-04-20 16:21:33 (GMT)
committer matthias.vogelgesang <matthias.vogelgesang@8f060a39-251c-0410-b1f3-431655927647>2008-04-20 16:21:33 (GMT)
commit9f6612c73711203e98eb358b736f9a1e7c59f9b3 (patch)
tree54faa324f39af3fd90395828cead674d2e3a1dca /src/TextThought.py
parent001bc56fa3e8eb1665f784c04f59509e88ade829 (diff)
* src/ResourceThought.py
* src/TextThought.py * src/MainWindow.py * src/MMapArea.py * src/utils.py * data/labyrinth-ui.xml * data/labyrinth.glade Add resource thoughts, tackling issue 101. git-svn-id: http://labyrinth.googlecode.com/svn/trunk@325 8f060a39-251c-0410-b1f3-431655927647
Diffstat (limited to 'src/TextThought.py')
-rw-r--r--src/TextThought.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/TextThought.py b/src/TextThought.py
index fe1830c..423d6b7 100644
--- a/src/TextThought.py
+++ b/src/TextThought.py
@@ -36,8 +36,8 @@ UNDO_REMOVE_ATTR=66
UNDO_REMOVE_ATTR_SELECTION=67
class TextThought (BaseThought.BaseThought):
- def __init__ (self, coords, pango_context, thought_number, save, undo, loading, background_color, foreground_color):
- super (TextThought, self).__init__(save, "thought", undo, background_color, foreground_color)
+ def __init__ (self, coords, pango_context, thought_number, save, undo, loading, background_color, foreground_color, name="thought"):
+ super (TextThought, self).__init__(save, name, undo, background_color, foreground_color)
self.index = 0
self.end_index = 0