James Moger
2014-09-25 54cc7d7c2483d7ca100a5db47f4e1e98bd97c7fe
src/main/java/com/gitblit/client/SubscribedRepositoryRenderer.java
@@ -25,9 +25,9 @@
/**
 * Displays a subscribed icon on the left of the repository name, if there is at
 * least one subscribed branch.
 *
 *
 * @author James Moger
 *
 *
 */
public class SubscribedRepositoryRenderer extends NameRenderer {
@@ -46,6 +46,7 @@
      subscribedIcon = new ImageIcon(getClass().getResource("/bullet_feed.png"));
   }
   @Override
   public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected,
         boolean hasFocus, int row, int column) {
      super.getTableCellRendererComponent(table, value, isSelected, hasFocus, row, column);