ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/gui/MainWin.java
(Generate patch)

Comparing AE/installer2/src/net/oni2/aeinstaller/gui/MainWin.java (file contents):
Revision 661 by alloc, Fri Feb 1 09:38:03 2013 UTC vs.
Revision 662 by alloc, Sat Feb 2 11:41:38 2013 UTC

# Line 193 | Line 193 | public class MainWin extends JFrame impl
193                          long start = new Date().getTime();
194  
195                          try {
196 <                                DepotManager.getInstance().updateInformation(false);
196 >                                DepotManager.getInstance().updateInformation();
197                          } catch (Exception e) {
198                                  e.printStackTrace();
199                          }

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)