From 898c030d98f204133746d19e0d372c2c08ec6e5b Mon Sep 17 00:00:00 2001 From: ttp Date: Sat, 10 May 2008 03:06:30 +0000 Subject: [PATCH] =?utf8?q?AppliStation-GUI,=E3=83=84=E3=83=BC=E3=83=AB?= =?utf8?q?=E3=83=90=E3=83=BC=E3=81=AE=E9=81=B8=E6=8A=9E=E3=83=91=E3=83=83?= =?utf8?q?=E3=82=B1=E3=83=BC=E3=82=B8=E3=81=AB=E5=AF=BE=E3=81=99=E3=82=8B?= =?utf8?q?=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89=E3=81=AE=E3=83=9C=E3=82=BF?= =?utf8?q?=E3=83=B3=E3=81=AE=E5=89=8D=E3=81=AB=E3=82=BB=E3=83=91=E3=83=AC?= =?utf8?q?=E3=83=BC=E3=82=BF=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: http://localhost/svn/AppliStation/trunk@899 34ed2c89-c49f-4a4b-abdb-c318350108cf --- AppliStation/PackageListViewForm.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/AppliStation/PackageListViewForm.cs b/AppliStation/PackageListViewForm.cs index a5a0de0..c67ff5b 100644 --- a/AppliStation/PackageListViewForm.cs +++ b/AppliStation/PackageListViewForm.cs @@ -76,6 +76,7 @@ namespace AppliStation uninstallToolStripButton.Visible = uninstallBtnEnabled; installToolStripButton.Visible = installBtnEnabled; + packageCommandsToolStripSeparator.Visible = uninstallBtnEnabled || installBtnEnabled; if (packageListView.SelectedItems.Count <= 0) { detailBox.SelectionFont = detailBox.Font; -- 2.11.0