James Moger
2011-10-20 5ae0b71e1e6e73e4bacf321a7d5be49fcdf4ad97
src/com/gitblit/client/Utils.java
@@ -56,6 +56,7 @@
   public static void showException(Component c, Throwable t) {
      // TODO show the unexpected exception
      t.printStackTrace();
   }
   public static void packColumns(JTable table, int margin) {