Fixed: failing to retrieve webpage title
This commit is contained in:
parent
3a66a8b484
commit
47661657dc
@ -380,8 +380,8 @@ namespace FizzyLauncher
|
|||||||
|
|
||||||
if (rs.Item == null) rs.Item = new BookmarkItem();
|
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.SiteName)) ThreadControl.SetText(textBox1.InnerTextBox, rs.Item.SiteName);
|
||||||
if (!string.IsNullOrWhiteSpace(rs.Item.SiteDescription)) ThreadControl.SetText(memoBox1, rs.Item.SiteDescription);
|
if (!string.IsNullOrWhiteSpace(rs.Item.SiteDescription)) ThreadControl.SetText(memoBox1.InnerTextBox, rs.Item.SiteDescription);
|
||||||
|
|
||||||
if (string.IsNullOrWhiteSpace(rs.IconURL))
|
if (string.IsNullOrWhiteSpace(rs.IconURL))
|
||||||
{
|
{
|
||||||
|
@ -12,9 +12,9 @@
|
|||||||
<Company>Hi, I'm Ray</Company>
|
<Company>Hi, I'm Ray</Company>
|
||||||
<Product>Bookmark Manager</Product>
|
<Product>Bookmark Manager</Product>
|
||||||
<Copyright>Ray Lam</Copyright>
|
<Copyright>Ray Lam</Copyright>
|
||||||
<AssemblyVersion>0.4.0.130</AssemblyVersion>
|
<AssemblyVersion>0.4.0.132</AssemblyVersion>
|
||||||
<FileVersion>0.4.0.130</FileVersion>
|
<FileVersion>0.4.0.132</FileVersion>
|
||||||
<Version>0.4.0.130</Version>
|
<Version>0.4.0.132</Version>
|
||||||
<PackageId>bookmarkmanager</PackageId>
|
<PackageId>bookmarkmanager</PackageId>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user