[labyrinth] r362 committed - Removing 'delete from menu which interfered with application key bindi...

0 views
Skip to first unread message

codesite...@google.com

unread,
Apr 24, 2011, 7:25:48 AM4/24/11
to labyrinth-...@googlegroups.com
Revision: 362
Author: matthias.v...@gmail.com
Date: Sun Apr 24 04:25:07 2011
Log: Removing 'delete from menu which interfered with application key
binding

http://code.google.com/p/labyrinth/source/detail?r=362

Modified:
/trunk/ChangeLog
/trunk/data/labyrinth-ui.xml
/trunk/src/MMapArea.py
/trunk/src/MainWindow.py

=======================================
--- /trunk/ChangeLog Sat Apr 23 10:29:28 2011
+++ /trunk/ChangeLog Sun Apr 24 04:25:07 2011
@@ -1,3 +1,9 @@
+2011-04-23 Matthias Vogelgesang <matthias.v...@gmail.com>
+ * data/labyrinth-ui.xml
+ * src/MainWindow.py:
+ Removing 'delete from menu which interfered with application key
+ binding
+
2011-04-23 Matthias Vogelgesang <matthias.v...@gmail.com>

* src/MainWindow.py
=======================================
--- /trunk/data/labyrinth-ui.xml Sat Apr 23 10:29:28 2011
+++ /trunk/data/labyrinth-ui.xml Sun Apr 24 04:25:07 2011
@@ -15,7 +15,6 @@
<menuitem action="Paste"/>
<separator/>
<menuitem action="LinkThoughts"/>
- <menuitem action="DeleteNodes"/>
</menu>
<menu action="ViewMenu">
<menu action="ShowToolbars">
=======================================
--- /trunk/src/MMapArea.py Sat Apr 23 10:29:28 2011
+++ /trunk/src/MMapArea.py Sun Apr 24 04:25:07 2011
@@ -862,7 +862,7 @@
def create_new_thought (self, coords, thought_type = None, loading =
False):
if self.editing:
self.editing.finish_editing ()
- if thought_type!= None:
+ if thought_type != None:
type = thought_type
else:
type = self.mode
=======================================
--- /trunk/src/MainWindow.py Sat Apr 23 10:29:28 2011
+++ /trunk/src/MainWindow.py Sun Apr 24 04:25:07 2011
@@ -247,8 +247,6 @@
('LinkThoughts', None, _("Link Thoughts"), '<control>L',
_("Link the selected thoughts"), self.link_thoughts_cb),
('ModeMenu', None, _('_Mode')),
- ('DeleteNodes', gtk.STOCK_DELETE, _('_Delete'), 'Delete',
- _('Delete the selected element(s)'), self.delete_cb),
('ZoomIn', gtk.STOCK_ZOOM_IN, None, '<control>plus',
None, self.zoomin_cb),
('ZoomOut', gtk.STOCK_ZOOM_OUT, None, '<control>minus',

Reply all
Reply to author
Forward
0 new messages