5c46d395b8
- Enable grib, udunits2, and wxWidgets support - Build python module and add sub-package for it - Use %global instead of %define
12 lines
387 B
Diff
12 lines
387 B
Diff
--- 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 @@
|
|
{
|
|
|
|
#ifdef HAVE_LIBWXWIDGETS
|
|
- wxTheApp->OnExit(); // Defined in GDLApp::OnExit() in gdlwidget.cpp
|
|
+ if (wxTheApp) wxTheApp->OnExit(); // Defined in GDLApp::OnExit() in gdlwidget.cpp
|
|
wxUninitialize();
|
|
#endif
|
|
|