From 1fc9204a4a057b41b30653bb28cb8692f18df7bf Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 24 Nov 2003 17:33:33 +0000 Subject: [PATCH] Fixed how the list of files is converted git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_event.i | 6 +----- wxPython/src/gtk/core_wrap.cpp | 18 ++++++++---------- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/wxPython/src/_event.i b/wxPython/src/_event.i index f7c2901c95..6e8de85b91 100644 --- a/wxPython/src/_event.i +++ b/wxPython/src/_event.i @@ -963,11 +963,7 @@ public: } for (int i=0; iSetMinSize(arg2); + (arg1)->SetMinSize((wxSize const &)*arg2); wxPyEndAllowThreads(__tstate); if (PyErr_Occurred()) SWIG_fail;