From ab045a05129692d1cdbc43805ae45386ee30d468 Mon Sep 17 00:00:00 2001 From: ttp Date: Sun, 5 Apr 2009 12:34:07 +0900 Subject: [PATCH] =?utf8?q?=E7=AE=A1=E7=90=86=E8=80=85=E6=A8=A9=E9=99=90?= =?utf8?q?=E3=81=A7=E3=82=A4=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC=E3=83=AB?= =?utf8?q?=E3=83=BB=E3=82=A2=E3=83=B3=E3=82=A4=E3=83=B3=E3=82=B9=E3=83=88?= =?utf8?q?=E3=83=BC=E3=83=AB=E6=99=82=E3=81=AB=E3=81=99=E3=81=90=E3=81=AB?= =?utf8?q?=E3=82=BD=E3=83=95=E3=83=88=E3=83=AA=E3=82=B9=E3=83=88=E8=A1=A8?= =?utf8?q?=E3=81=AB=E5=8F=8D=E6=98=A0=E3=81=95=E3=82=8C=E3=81=AA=E3=81=8B?= =?utf8?q?=E3=81=A3=E3=81=9F=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= =?utf8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- AppliStation/PackageListViewForm.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AppliStation/PackageListViewForm.cs b/AppliStation/PackageListViewForm.cs index 7aa18f4..666c076 100644 --- a/AppliStation/PackageListViewForm.cs +++ b/AppliStation/PackageListViewForm.cs @@ -420,7 +420,7 @@ namespace AppliStation hProc.EnableRaisingEvents = true; hProc.SynchronizingObject = this; hProc.Exited += delegate(object sender, EventArgs e) { - pkgListsMan.LoadPackageLists(); + UpdatePackageList(); this.setWindowEnabled(true); this.BringToFront(); @@ -470,7 +470,7 @@ namespace AppliStation hProc.EnableRaisingEvents = true; hProc.SynchronizingObject = this; hProc.Exited += delegate(object sender, EventArgs e) { - pkgListsMan.LoadPackageLists(); + UpdatePackageList(); this.setWindowEnabled(true); this.BringToFront(); -- 2.11.0