bug fix: log level label wasn't refreshed when pressing "Restore Defaults"

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5605 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch
2007-10-31 21:13:33 +00:00
parent df287f9dd5
commit 578e1fd822

View File

@ -407,6 +407,7 @@ public class GeneralPreferencesPage extends PreferencePage implements IWorkbench
if (this.logLevelScale != null) { if (this.logLevelScale != null) {
this.logLevelScale.setSelection(intLogLevel(IPreferences.LOG_LEVEL)); this.logLevelScale.setSelection(intLogLevel(IPreferences.LOG_LEVEL));
updateLogLevelValueLabel();
} }
} }