Extend hildon wrapper to mapping application
[wifihood] / wifiscanner / hildongtk / hildon.py
index 46b0ac6..9fdb6db 100644 (file)
@@ -55,13 +55,13 @@ class Button ( gtk.Button ) :
     def set_label ( self , label ) :
         gtk.Button.set_label( self , label )
         if self._menu_item :
-            self._menu_item.set_label( self.get_label() )
+            self._menu_item.child.set_label( self.get_label() )
 
 class CheckButton ( gtk.CheckButton ) :
     def __init__ ( self , height ) :
         gtk.CheckButton.__init__( self )
 
-# FIXME : Add value-changed signal, with the response signal from the Dialog
+# FIXME bug#6892 Add value-changed signal, with the response signal from the Dialog
 class PickerButton ( Button ) :
     def __init__ ( self , height , arrangement ) :
         Button.__init__( self , height , arrangement )