fix deprecation warning
authorMark Tearle <[email protected]>
Fri, 29 Apr 2005 10:05:05 +0000 (10:05 +0000)
committerMark Tearle <[email protected]>
Fri, 29 Apr 2005 10:05:05 +0000 (10:05 +0000)
virtualvend/vvend.py

index c06970d..eff3205 100644 (file)
@@ -340,7 +340,7 @@ Mark Tearle, June 2004
 
 # we start the app like this...
 app=appgui()
-gtk.mainloop()
+gtk.main()
 
 
 # notes

UCC git Repository :: git.ucc.asn.au