James Moger
2012-05-09 b94965e87929c6b4e42f9a2078dc0d910cc2637d
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));