Fix the 'new account' button I just broke...
authorDanny Campbell <danny.campbell@gmail.com>
Mon, 31 Jan 2011 04:37:58 +0000 (21:37 -0700)
committerDanny Campbell <danny.campbell@gmail.com>
Mon, 31 Jan 2011 04:37:58 +0000 (21:37 -0700)
package/src/ui/diablo/gui.py

index ac83891..ef1ef0f 100644 (file)
@@ -151,7 +151,7 @@ class BaseUI():
         treeview.append_column(column)
 
 
-    def new_account_clicked(self, window, widget):
+    def new_account_clicked(self, window):
         dialog = gtk.Dialog()
     
         #get the vbox to pack all the settings into