Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbars.py
diff options
context:
space:
mode:
authorReinier Heeres <reinier@heeres.eu>2008-01-03 08:52:09 (GMT)
committer Reinier Heeres <reinier@heeres.eu>2008-01-03 08:52:09 (GMT)
commit5dda927d0d3cbf4c8265db32f5adcdb701cbab35 (patch)
treead5624eabd8c8163eeaa7e6152e6ea65250a9446 /toolbars.py
parentf0a4be3d698ad001d18f5dfef3763bf1ef741482 (diff)
More parser fixes, #5734
Diffstat (limited to 'toolbars.py')
-rw-r--r--toolbars.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolbars.py b/toolbars.py
index 1d684d9..ea67357 100644
--- a/toolbars.py
+++ b/toolbars.py
@@ -171,9 +171,9 @@ class BooleanToolbar(gtk.Toolbar):
lambda x: calc.button_pressed(calc.TYPE_OP_POST, '|'),
lambda x: calc.button_pressed(calc.TYPE_TEXT, 'help(or)')), -1)
- self.insert(IconToolButton('xor', _('Logical xor'),
- lambda x: calc.button_pressed(calc.TYPE_OP_POST, '^'),
- lambda x: calc.button_pressed(calc.TYPE_TEXT, 'help(xor)')), -1)
+# self.insert(IconToolButton('xor', _('Logical xor'),
+# lambda x: calc.button_pressed(calc.TYPE_OP_POST, '^'),
+# lambda x: calc.button_pressed(calc.TYPE_TEXT, 'help(xor)')), -1)
self.insert(LineSeparator(), -1)