Fixed bundle id
authorkh5325.kim <kh5325.kim@samsung.com>
Tue, 17 Sep 2013 01:46:54 +0000 (10:46 +0900)
committerkh5325.kim <kh5325.kim@samsung.com>
Tue, 17 Sep 2013 01:46:54 +0000 (10:46 +0900)
Change-Id: Iac8e7bb8640e45479f2ad816c233286aff5d2229

org.tizen.common.ui/src/org/tizen/common/ui/dialog/ColorPickerDialog.java

index 6e916ce..d53e0de 100644 (file)
@@ -50,7 +50,7 @@ import org.eclipse.swt.widgets.Shell;
 import org.osgi.framework.Bundle;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
-import org.tizen.common.CommonPlugin;
+import org.tizen.common.ui.Activator;
 import org.tizen.common.util.SWTUtil;
 
 /**
@@ -148,7 +148,7 @@ public class ColorPickerDialog extends Dialog {
     }
 
     public static String getColorPickerURL() {
-        Bundle bundle = Platform.getBundle(CommonPlugin.PLUGIN_ID);
+        Bundle bundle = Platform.getBundle(Activator.PLUGIN_ID);
         Path path = new Path(COLORPICKER_HOME);
         URL fColorPickerUrl = null;
         try {