Subversion Repositories XServices

Compare Revisions

No changes between revisions

Ignore whitespace Rev 89 → Rev 90

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