Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/layout.py
diff options
context:
space:
mode:
authorReinier Heeres <reinier@heeres.eu>2007-09-16 14:36:55 (GMT)
committer Reinier Heeres <reinier@heeres.eu>2007-09-16 14:36:55 (GMT)
commitd3a7798fbd50c43cc70787483be0cdde42876e13 (patch)
treef087fe61591f9cfb9f3e84d3893bbf38919e5ce8 /layout.py
parentfe7ae7de21b8cc29b40ff76387501b2ea3cf5faa (diff)
Improved internal equation history logic
Diffstat (limited to 'layout.py')
-rw-r--r--layout.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/layout.py b/layout.py
index c9f41ae..909d1a3 100644
--- a/layout.py
+++ b/layout.py
@@ -129,7 +129,6 @@ class CalcLayout:
self.last_eq = gtk.TextView()
self.last_eq.set_editable(False)
self.last_eq.set_wrap_mode(gtk.WRAP_WORD)
- self.last_eq.connect('button-press-event', lambda a1, a2: self._parent.equation_pressed_cb(0))
self.grid.attach(self.last_eq, 6, 11, 1, 5)
# Right part: history