svn: r2910
This commit is contained in:
Alex Roitman
2004-02-25 03:20:53 +00:00
parent d6d21fa4b0
commit bbe933fd73
15 changed files with 97 additions and 57 deletions

View File

@ -107,7 +107,7 @@ class NoteEditor:
self.parent_menu_item = gtk.MenuItem(_('Note'))
self.parent_menu_item.connect("activate",self.present)
self.parent_menu_item.show()
self.parent.menu.append(self.parent_menu_item)
self.parent.winsmenu.append(self.parent_menu_item)
def remove_itself_from_menu(self):
del self.parent.child_windows[self.win_key]