Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Properties/AssemblyInfo.cs4
-rw-r--r--SaveStateManager.cs2
-rw-r--r--hakchi_gui.csproj4
3 files changed, 5 insertions, 5 deletions
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index 7a18d061..e8d3f148 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -33,6 +33,6 @@ using System.Resources;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("2.0.21.54")]
-[assembly: AssemblyFileVersion("2.0.21.54")]
+[assembly: AssemblyVersion("2.0.21.55")]
+[assembly: AssemblyFileVersion("2.0.21.55")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
diff --git a/SaveStateManager.cs b/SaveStateManager.cs
index 13bd0a63..f50056bc 100644
--- a/SaveStateManager.cs
+++ b/SaveStateManager.cs
@@ -74,7 +74,7 @@ namespace com.clusterrr.hakchi_gui
" [ -d $savespath/$code/suspendpoint4 ] && flags=${flags}-4\n" +
" if [ \"$flags\" != \"F\" ]; then\n" +
" size=$(du -d 0 $savespath/$code | awk '{ print $1 }')\n" +
- " name=$(find /var/lib -type f -name \"$code.desktop\" -exec cat {} + | sed -n 's/Name=\\(.*\\)/\\1/p')\n" +
+ " name=$(find /var/lib -type f -name \"$code.desktop\" -exec cat {} + | sed -n 's/Name=\\(.*\\)/\\1/p' | head -n 1)\n" +
" [ -z \"$name\" ] && name=UNKNOWN\n" +
" echo $code $size $flags $name\n" +
" unset flags\n" +
diff --git a/hakchi_gui.csproj b/hakchi_gui.csproj
index 8bfdfa85..8dfbc891 100644
--- a/hakchi_gui.csproj
+++ b/hakchi_gui.csproj
@@ -31,8 +31,8 @@
<PublisherName>Alexey %27Cluster%27 Avdyukhin</PublisherName>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>index.html</WebPage>
- <ApplicationRevision>54</ApplicationRevision>
- <ApplicationVersion>2.0.21.54</ApplicationVersion>
+ <ApplicationRevision>55</ApplicationRevision>
+ <ApplicationVersion>2.0.21.55</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>