]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/app.cpp
rebaked after listctrl/imagelist and wxUniv changes
[wxWidgets.git] / src / x11 / app.cpp
index f379aef0378705e64c4ee5bbc578bbf0ecd39d14..e5dc6785da67ecc9d0327d685f2683b065cb2016 100644 (file)
@@ -25,9 +25,9 @@
     #include "wx/timer.h"
     #include "wx/memory.h"
     #include "wx/gdicmn.h"
+    #include "wx/module.h"
 #endif
 
-#include "wx/module.h"
 #include "wx/evtloop.h"
 #include "wx/filename.h"
 
@@ -668,10 +668,12 @@ void wxApp::WakeUpIdle()
 // Create display, and other initialization
 bool wxApp::OnInitGui()
 {
+#if wxUSE_LOG
     // Eventually this line will be removed, but for
     // now we don't want to try popping up a dialog
     // for error messages.
     delete wxLog::SetActiveTarget(new wxLogStderr);
+#endif
 
     if (!wxAppBase::OnInitGui())
         return false;