From 47661657dc6d7354c375683b7b3f66549d12993a Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 1 Oct 2021 17:53:49 +0100 Subject: [PATCH] Fixed: failing to retrieve webpage title --- BookmarkForm.cs | 4 ++-- BookmarkManager.csproj | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/BookmarkForm.cs b/BookmarkForm.cs index 360f01d..94e7683 100644 --- a/BookmarkForm.cs +++ b/BookmarkForm.cs @@ -380,8 +380,8 @@ namespace FizzyLauncher if (rs.Item == null) rs.Item = new BookmarkItem(); - if (!string.IsNullOrWhiteSpace(rs.Item.SiteName)) ThreadControl.SetText(textBox1, rs.Item.SiteName); - if (!string.IsNullOrWhiteSpace(rs.Item.SiteDescription)) ThreadControl.SetText(memoBox1, rs.Item.SiteDescription); + if (!string.IsNullOrWhiteSpace(rs.Item.SiteName)) ThreadControl.SetText(textBox1.InnerTextBox, rs.Item.SiteName); + if (!string.IsNullOrWhiteSpace(rs.Item.SiteDescription)) ThreadControl.SetText(memoBox1.InnerTextBox, rs.Item.SiteDescription); if (string.IsNullOrWhiteSpace(rs.IconURL)) { diff --git a/BookmarkManager.csproj b/BookmarkManager.csproj index 3c20015..f9f122e 100644 --- a/BookmarkManager.csproj +++ b/BookmarkManager.csproj @@ -12,9 +12,9 @@ Hi, I'm Ray Bookmark Manager Ray Lam - 0.4.0.130 - 0.4.0.130 - 0.4.0.130 + 0.4.0.132 + 0.4.0.132 + 0.4.0.132 bookmarkmanager