Subversion Repositories XServices

Compare Revisions

No changes between revisions

Ignore whitespace Rev 90 → Rev 89

/sbm4mylyn/trunk/doc/SBM4Mylyn_Installation_Guide.odt
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/sbm4mylyn/trunk/src/net/brutex/mylyn/sbmconnector/ui/SBMRepositorySettingsPage.java
106,11 → 106,8
 
@Override
public boolean isPageComplete() {
if (table != null
&& table.getText().length() > 4
&& getUserName() != null
&& getUserName().length() > 0) {
return true;
if (table != null && table.getText().length() > 4) {
return super.isPageComplete();
}
return false;
}