removed excess border on splash screen RCL_2_0
authorfturovic <frank.turovich@nokia.com>
Thu, 23 Apr 2009 11:02:17 -0500
branchRCL_2_0
changeset 119 15e787510dcf
parent 117 bac3606e1ea9 (diff)
parent 118 9424c44617c9 (current diff)
child 120 996c7dde406c
removed excess border on splash screen
--- a/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/sdk/core/model/SDKManager.java	Thu Apr 23 10:30:44 2009 -0500
+++ b/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/sdk/core/model/SDKManager.java	Thu Apr 23 11:02:17 2009 -0500
@@ -164,9 +164,6 @@
 					}
 				}
 
-				// make sure we don't rescan over and over again
-				hasScannedSDKs = true;
-
 			} catch (MalformedURLException e) {
 				e.printStackTrace();
 			} catch (URISyntaxException e) {
@@ -176,6 +173,9 @@
 			}
 		}
 
+		// make sure we don't rescan over and over again
+		hasScannedSDKs = true;
+		
 		// tell others about it
 		fireInstalledSdkChanged(SDKChangeEventType.eSDKScanned);
 		scanCarbideSDKCache();
--- a/core/com.nokia.carbide.cpp.sysdoc.hover/plugin.xml	Thu Apr 23 10:30:44 2009 -0500
+++ b/core/com.nokia.carbide.cpp.sysdoc.hover/plugin.xml	Thu Apr 23 11:02:17 2009 -0500
@@ -52,7 +52,7 @@
              class="com.nokia.carbide.cpp.sysdoc.internal.hover.view.DeveloperLibraryView"
              icon="icons/view.gif"
              id="com.nokia.carbide.cpp.sysdoc.internal.hover.view.DeveloperLibraryView"
-             name="Devloper Library">
+             name="Developer Library">
        </view>
     </extension>