diff --git a/Core/src/org/sleuthkit/autopsy/casemodule/OpenRecentCasePanel.java b/Core/src/org/sleuthkit/autopsy/casemodule/OpenRecentCasePanel.java
index 082d094948..e7d5fc2b11 100644
--- a/Core/src/org/sleuthkit/autopsy/casemodule/OpenRecentCasePanel.java
+++ b/Core/src/org/sleuthkit/autopsy/casemodule/OpenRecentCasePanel.java
@@ -62,6 +62,9 @@ class OpenRecentCasePanel extends javax.swing.JPanel {
// If there are any images, let's select the first one
if (imagesTable.getRowCount() > 0) {
imagesTable.setRowSelectionInterval(0, 0);
+ openButton.setEnabled(true);
+ } else {
+ openButton.setEnabled(false);
}
}
diff --git a/build-windows.xml b/build-windows.xml
index 330321f372..cb9f2faec8 100644
--- a/build-windows.xml
+++ b/build-windows.xml
@@ -72,6 +72,10 @@
+
+
+
+
@@ -86,7 +90,11 @@
+
+
+
+
@@ -118,7 +126,22 @@
replace="ProductVersion" Value="${app.version}" />
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -136,7 +159,6 @@
-
diff --git a/build.xml b/build.xml
index 11f80417cb..417487251e 100644
--- a/build.xml
+++ b/build.xml
@@ -78,7 +78,6 @@
-
diff --git a/nbproject/project.properties b/nbproject/project.properties
index e671be54f8..d477d9c856 100644
--- a/nbproject/project.properties
+++ b/nbproject/project.properties
@@ -12,7 +12,7 @@ build.type=DEVELOPMENT
update_versions=false
#custom JVM options
#Note: can be higher on 64 bit systems, should be in sync with build.xml
-run.args.extra=-J-Xms24m -J-Xmx512m -J-XX:MaxPermSize=128M -J-Xverify:none
+run.args.extra=-J-Xms24m -J-Xmx2048m -J-XX:MaxPermSize=128M -J-Xverify:none
auxiliary.org-netbeans-modules-apisupport-installer.license-type=apache.v2
auxiliary.org-netbeans-modules-apisupport-installer.os-linux=false
auxiliary.org-netbeans-modules-apisupport-installer.os-macosx=false