BUGFIX : wrong arguments for hildon TextView creation
[wifihood] / wifiscanner / wifiscanner
index 5dcfe79..5aff530 100755 (executable)
@@ -114,7 +114,8 @@ class Wifiscanner ( hildon.StackableWindow ) :
         buttons = gtk.VBox(homogeneous=False, spacing=0)
         hbox.pack_end(buttons, expand=False)
 
-        textview = hildon.TextView( "Scan results ..." )
+        textview = hildon.TextView()
+        textview.set_placeholder( "Scan results ..." )
         textview.set_editable( False )
         textview.set_cursor_visible( False )
         textview.modify_font( pango.FontDescription("Courier 12") )