Adapting new API in GTK frontend
authorTobias Mueller <tobiasmue@gnome.org>
Wed, 12 Jan 2011 12:51:23 +0000 (13:51 +0100)
committerTobias Mueller <tobiasmue@gnome.org>
Wed, 12 Jan 2011 12:51:23 +0000 (13:51 +0100)
pwnitter-gtk

index 421fee8..f888ee8 100755 (executable)
@@ -24,7 +24,7 @@ def quit(window, *args):
     gtk.main_quit()
 
 def start():
-    pwnitter.Start('mon0')
+    pwnitter.Start()
     
 window = hildon.Window ()
 window.set_title ("pwnitter")