[gdl/f13/master] Update wx patch

Orion Poplawski orion at fedoraproject.org
Wed Sep 15 22:10:33 UTC 2010


commit ca41d15a744b8b5d190ff6ea8cb778bb7d577d7b
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Wed Sep 15 16:10:28 2010 -0600

    Update wx patch

 gdl-0.9rc4-wx.patch |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gdl-0.9rc4-wx.patch b/gdl-0.9rc4-wx.patch
index 2191f3c..416445a 100644
--- a/gdl-0.9rc4-wx.patch
+++ b/gdl-0.9rc4-wx.patch
@@ -1,11 +1,11 @@
---- gdl-0.9rc4/src/basic_pro.cpp.wx	2010-02-02 11:13:51.000000000 -0700
-+++ gdl-0.9rc4/src/basic_pro.cpp	2010-02-04 10:54:58.336905605 -0700
-@@ -689,7 +689,7 @@
-   {
+--- gdl-0.9rc4/src/basic_pro.cpp.wx	2010-07-07 15:40:39.000000000 -0600
++++ gdl-0.9rc4/src/basic_pro.cpp	2010-07-07 15:41:48.498004077 -0600
+@@ -728,7 +728,7 @@
+ #endif
  
  #ifdef HAVE_LIBWXWIDGETS
 -    wxTheApp->OnExit(); // Defined in GDLApp::OnExit() in gdlwidget.cpp
 +    if (wxTheApp) wxTheApp->OnExit(); // Defined in GDLApp::OnExit() in gdlwidget.cpp
-     wxUninitialize();
+ //     wxUninitialize();
  #endif
  


More information about the scm-commits mailing list