Pychecker cleanup

svn: r374
This commit is contained in:
Don Allingham
2001-09-01 17:13:15 +00:00
parent 37d5875db1
commit 8d7741a3d1
10 changed files with 103 additions and 75 deletions

View File

@@ -104,7 +104,7 @@ class Bookmarks :
# add_to_menu - adds a person's name to the drop down menu
#
#---------------------------------------------------------------------
def add_to_menu(person):
def add_to_menu(self,person):
item = gtk.GtkMenuItem(person.getPrimaryName().getName())
item.connect("activate", self.callback, person)
item.show()