Ignore:
Timestamp:
05/13/08 11:48:32 (16 years ago)
Author:
ra33
Message:

Fixed bug in session stats that caused an exception when there were no stats... this was preventing profile frame from being created correctly!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/Browser.java

    r22 r23  
    8484                        } catch (Exception e) {
    8585                                //TODO tell the user that there was a problem creating the profile frame and close nicely
     86                                e.printStackTrace();
    8687                                assert(false);
    8788                        }
Note: See TracChangeset for help on using the changeset viewer.