Johannes Buehler
2012-03-30 3d1d4d670a2b1cc05b902a2bd510d8c71994cc47
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));