fifthgnat
2012-04-26 d7ec6e5fc2b5c34c85efe8ab186b99de7b4116a7
src/com/gitblit/wicket/pages/GravatarProfilePage.java
@@ -49,11 +49,11 @@
            profile = ActivityUtils.getGravatarProfile(object);
         }
      } catch (IOException e) {
         error(MessageFormat.format("Failed to find Gravatar profile for {0}", object), e, true);
         error(MessageFormat.format(getString("gb.failedToFindGravatarProfile"), object), e, true);
      }
      
      if (profile == null) {
         error(MessageFormat.format("Failed to find Gravatar profile for {0}", object), true);
         error(MessageFormat.format(getString("gb.failedToFindGravatarProfile"), object), true);
      }
      add(new Label("displayName", profile.displayName));
      add(new Label("username", profile.preferredUsername));