From b6871949fc8074a3d7b5d2671f9aae92977e1061 Mon Sep 17 00:00:00 2001 From: Mark Tearle Date: Fri, 29 Apr 2005 10:05:05 +0000 Subject: [PATCH 1/1] fix deprecation warning --- virtualvend/vvend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1