Revision 3f8622d4 src/gr/grnet/pithos/web/client/TopPanel.java

b/src/gr/grnet/pithos/web/client/TopPanel.java
121 121
					@Override
122 122
					public void onError(Throwable t) {
123 123
						GWT.log("", t);
124
						app.setError(t);
124 125
	                    if (t instanceof RestException)
125 126
	                        app.displayError("Error getting invitations: " + ((RestException) t).getHttpStatusText());
126 127
	                    else
......
140 141
			
141 142
			@Override
142 143
			public void execute() {
143
				new FeedbackDialog(app).center();
144
				new FeedbackDialog(app, "").center();
144 145
			}
145 146
		}));
146 147
        userItemMenu.addItem(new MenuItem("API access", new Command() {

Also available in: Unified diff