aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy.mail.net@gmail.com>2022-11-02 12:32:37 +0200
committerRoy Ben-Shabat <Roy.mail.net@gmail.com>2022-11-02 12:32:37 +0200
commit15acf36a94ab4ad4ec00ab74851d8751625d1745 (patch)
treec5b215219d59800a007c1ca4ba15e1eaf9e3cc2e /Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI
parentb1b879bc7c23d6e28dd98965e1460bdea92d0b8f (diff)
downloadTango-15acf36a94ab4ad4ec00ab74851d8751625d1745.tar.gz
Tango-15acf36a94ab4ad4ec00ab74851d8751625d1745.zip
small fix on PPC publisher.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs
index 3138f2d69..4e3f5c6cd 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs
@@ -236,7 +236,7 @@ namespace Tango.PPC.Publisher.UI
IsFree = false;
SettingsManager.Default.Save();
- if (String.IsNullOrWhiteSpace(Options.Tag))
+ if (String.IsNullOrWhiteSpace(Options.Tag) && Options.Tag != null)
{
Options.Tag = null;
}