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>2009-09-15 22:18:03 (GMT)
committer Reinier Heeres <reinier@heeres.eu>2009-09-15 22:18:03 (GMT)
commit59032155266afe77922d33ee54633485dd2e9eb6 (patch)
tree6fcc5cbd831a7af344a97290030bbc5174fe53d8 /toolbars.py
parent35c6ff3ff091dfa37569b4d56705e0eb89f7b556 (diff)
Remove trailing spaces
Diffstat (limited to 'toolbars.py')
-rw-r--r--toolbars.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolbars.py b/toolbars.py
index a208763..69cc940 100644
--- a/toolbars.py
+++ b/toolbars.py
@@ -124,12 +124,12 @@ class EditToolbar(gtk.Toolbar):
self.insert(copy_tool, -1)
menu_item = MenuItem(_('Cut'))
-
+
try:
menu_item.set_accelerator(_('<ctrl>x'))
except AttributeError:
pass
-
+
menu_item.connect('activate', lambda x: calc.text_cut())
menu_item.show()
copy_tool.get_palette().menu.append(menu_item)