Revision 4bf05cad src/gr/ebs/gss/client/commands/PropertiesCommand.java

b/src/gr/ebs/gss/client/commands/PropertiesCommand.java
276 276
	private void getOwnerFullName() {
277 277
		FileResource fileResource = (FileResource) GSS.get().getCurrentSelection();
278 278
		userName = fileResource.getOwner();
279
		GetUserCommand getUserCmd = new GetUserCommand(userName);
280
		getUserCmd.execute();
281

  
279
		GSS.get().getUserFullName(userName);
282 280
	}
283 281

  
284 282
}

Also available in: Unified diff