Revision 7260b946 src/gr/grnet/pithos/web/client/commands/PropertiesCommand.java

b/src/gr/grnet/pithos/web/client/commands/PropertiesCommand.java
54 54
 */
55 55
public class PropertiesCommand implements Command {
56 56

  
57
	final FileContextMenu.Images newImages;
58

  
59 57
	private PopupPanel containerPanel;
60 58

  
61 59
	private int tabToShow = 0;
......
69 67
	 * @param _newImages the images of all the possible delete dialogs
70 68
	 * @param _tab the tab to switch to
71 69
	 */
72
	public PropertiesCommand(Pithos _app, PopupPanel _containerPanel, Object _resource, final FileContextMenu.Images _newImages, int _tab) {
70
	public PropertiesCommand(Pithos _app, PopupPanel _containerPanel, Object _resource, int _tab) {
73 71
		containerPanel = _containerPanel;
74
		newImages = _newImages;
75 72
		tabToShow = _tab;
76 73
        resource = _resource;
77 74
        app = _app;

Also available in: Unified diff