James Moger
2011-11-07 9275bd77ebc70efeea44bbc9fc3b5723c697a475
src/com/gitblit/client/MessageRenderer.java
@@ -78,6 +78,9 @@
         setBackground(table.getBackground());
      messageLabel.setForeground(isSelected ? table.getSelectionForeground() : table
            .getForeground());
      if (value == null) {
         return this;
      }
      SyndicatedEntryModel entry = (SyndicatedEntryModel) value;
      if (gitblit == null) {