File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plugins/com.gwtplugins.gdt.eclipse.suite/src/com/google/gdt/eclipse/suite/preferences Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,11 +136,11 @@ public final class GdtPreferences {
136
136
private static final String VERSION_FOR_LAST_FORCED_REBUILD_PREFIX = "versionForLastForcedRebuild_" ;
137
137
138
138
public static boolean areUpdateNotificationsEnabled () {
139
- return getConfigurationPreferences ().getBoolean (UPDATE_NOTIFICATIONS , true );
139
+ return getConfigurationPreferences ().getBoolean (UPDATE_NOTIFICATIONS , false );
140
140
}
141
141
142
142
public static boolean getCaptureAnalytics () {
143
- return getConfigurationPreferences ().getBoolean (CAPTURE_ANALYTICS , true );
143
+ return getConfigurationPreferences ().getBoolean (CAPTURE_ANALYTICS , false );
144
144
}
145
145
146
146
public static List <String > getAddedNewWizardActionsForPerspective (String perspectiveId ) {
You can’t perform that action at this time.
0 commit comments