Commit 564bcbff authored by Himanshu Garg's avatar Himanshu Garg Committed by Evan W. Patton

Set initial currentView to projects in Ode.java

parent 1822527a
...@@ -201,7 +201,7 @@ public class Ode implements EntryPoint { ...@@ -201,7 +201,7 @@ public class Ode implements EntryPoint {
public static final int PROJECTS = 1; public static final int PROJECTS = 1;
public static final int USERADMIN = 2; public static final int USERADMIN = 2;
public static final int TRASHCAN = 3; public static final int TRASHCAN = 3;
public static int currentView = DESIGNER; public static int currentView = PROJECTS;
/* /*
* The following fields define the general layout of the UI as seen in the following diagram: * The following fields define the general layout of the UI as seen in the following diagram:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment