Displaying 2 results from an estimated 2 matches for "found_app_constructor".
2007 Mar 17
5
Fix for crash at exit
...A.K.
In case attachment gets scrubbed somewhere along the way:
Index: fixdeleting.rb
===================================================================
--- fixdeleting.rb (revision 889)
+++ fixdeleting.rb (working copy)
@@ -21,6 +21,7 @@
if(core_name == "App")
found_app_constructor = false
+ wx_name = core_name
else
found_app_constructor = true
end
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: wx2.patch
Url: http://rubyforge.org/pipermail/wxruby-development/attachments/20070317/bd536f80/attachm...
2007 Jun 25
0
[1070] trunk/wxruby2/swig/fixdeleting.rb: Remove old, now unused, fixdeleting script
...nbsp     
-        if core_name == "App"
-                found_app_constructor = false
-                wx_name = core_name
-        else
-     &a...