Initial implementation of the new hildon wrappers
[wifihood] / wifiscanner / hildongtk / hildon.py
index 46b0ac6..1deaa6b 100644 (file)
@@ -61,7 +61,7 @@ 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 )