From: Mark Tearle Date: Fri, 29 Apr 2005 10:05:05 +0000 (+0000) Subject: fix deprecation warning X-Git-Url: https://git.ucc.asn.au/?p=zanchey%2Fdispense2.git;a=commitdiff_plain;h=605f9ac8c089bc37d01306a6277a39dad70e0d12;ds=sidebyside fix deprecation warning --- diff --git a/virtualvend/vvend.py b/virtualvend/vvend.py index c06970d..eff3205 100644 --- a/virtualvend/vvend.py +++ b/virtualvend/vvend.py @@ -340,7 +340,7 @@ Mark Tearle, June 2004 # we start the app like this... app=appgui() -gtk.mainloop() +gtk.main() # notes