Changes

Jump to navigation Jump to search
Line 12: Line 12:  
   
 
   
 
  class Cell(gtk.Button):
 
  class Cell(gtk.Button):
     def do_fill_in(self, row, column):
+
     def do_fill_in(self, table, row, column):
 
         self.props.label = '%s:%s' % (row, column)
 
         self.props.label = '%s:%s' % (row, column)
 
   
 
   

Navigation menu