]> git.gag.com Git - debian/openrocket/commitdiff
Comment on the bug which clears the default configuration for a model.
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Tue, 22 May 2012 18:37:25 +0000 (18:37 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Tue, 22 May 2012 18:37:25 +0000 (18:37 +0000)
git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@705 180e2498-e6e9-4542-8430-84ac67f01cd8

android/src/net/sf/openrocket/android/rocket/Overview.java

index e3c6dd55f386f4f01f93777f27890e253bcd0798..61f4c1564f39eb9fdb22df17f757ce05ef5eda60 100644 (file)
@@ -78,6 +78,7 @@ implements SharedPreferences.OnSharedPreferenceChangeListener
        \r
        private void setup() {\r
                final OpenRocketDocument rocketDocument = ((Application)getActivity().getApplication()).getRocketDocument();\r
+               // FIXME - here is the reason why the default configuration gets dorked with.\r
                final Configuration rocketConfiguration = rocketDocument.getDefaultConfiguration();\r
                Rocket rocket = rocketDocument.getRocket();\r
 \r