summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/client/Utils.java
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-10-18 17:01:22 -0400
committerJames Moger <james.moger@gitblit.com>2011-10-18 17:01:22 -0400
commitee25c8391c07dc59dc7cb9b3ff8b1b30dcbd2fcd (patch)
tree5f7953248df7580f10d2ebc4dc51a6efe768fb6e /src/com/gitblit/client/Utils.java
parent44f2dad1f1d3a9ee2b22f213e806d5ef415769b0 (diff)
downloadgitblit-ee25c8391c07dc59dc7cb9b3ff8b1b30dcbd2fcd.tar.gz
gitblit-ee25c8391c07dc59dc7cb9b3ff8b1b30dcbd2fcd.zip
Added icons and polish. Save and load gitblit registrations.
Diffstat (limited to 'src/com/gitblit/client/Utils.java')
-rw-r--r--src/com/gitblit/client/Utils.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/gitblit/client/Utils.java b/src/com/gitblit/client/Utils.java
index 1ce6d7dc..c8375798 100644
--- a/src/com/gitblit/client/Utils.java
+++ b/src/com/gitblit/client/Utils.java
@@ -56,6 +56,7 @@ public class Utils {
public static void showException(Component c, Throwable t) {
// TODO show the unexpected exception
+ t.printStackTrace();
}
public static void packColumns(JTable table, int margin) {