Revision ab91cf27 src/gr/ebs/gss/client/PermissionsList.java

b/src/gr/ebs/gss/client/PermissionsList.java
167 167
	}
168 168
	
169 169
	/**
170
	 * Shows the table 
170
	 * Shows the permission table 
171 171
	 * 
172 172
	 * @param aPermissions
173 173
	 */
......
219 219
			permTable.getFlexCellFormatter().setHorizontalAlignment(i, 2, HasHorizontalAlignment.ALIGN_CENTER);
220 220
			permTable.getFlexCellFormatter().setHorizontalAlignment(i, 3, HasHorizontalAlignment.ALIGN_CENTER);
221 221
			i++;		
222
		}		
223
//		for(; i<permTable.getRowCount(); i++)
224
//			permTable.removeRow(i);
225
//		hasChanges = false;
222
		}
223
		for(; i<permTable.getRowCount(); i++)
224
			permTable.removeRow(i);
225
		hasChanges = false;
226 226
	}
227 227
	
228 228
	/**

Also available in: Unified diff