From d14dde17c4cf47058ce3f20405ed8f8f9467f938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Fri, 10 Feb 2006 20:28:04 +0000 Subject: [PATCH] minor cleanup git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16340 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/installer/InstallerWindow.cpp | 1 - src/apps/installer/InstallerWindow.h | 2 +- src/apps/installer/PackageViews.h | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/installer/InstallerWindow.cpp b/src/apps/installer/InstallerWindow.cpp index 5047e02ce7..1548f7d245 100644 --- a/src/apps/installer/InstallerWindow.cpp +++ b/src/apps/installer/InstallerWindow.cpp @@ -407,7 +407,6 @@ InstallerWindow::ComparePackages(const void *firstArg, const void *secondArg) void InstallerWindow::SetStatusMessage(const char *text) { - BAutolock(this); fStatusView->SetText(text); } diff --git a/src/apps/installer/InstallerWindow.h b/src/apps/installer/InstallerWindow.h index f2e8345a5d..46452814ce 100644 --- a/src/apps/installer/InstallerWindow.h +++ b/src/apps/installer/InstallerWindow.h @@ -31,7 +31,6 @@ public: virtual void MessageReceived(BMessage *msg); virtual bool QuitRequested(); - void SetStatusMessage(const char *text); BMenu *GetSourceMenu() { return fSrcMenu; }; BMenu *GetTargetMenu() { return fDestMenu; }; private: @@ -41,6 +40,7 @@ private: void ShowBottom(); void StartScan(); void AdjustMenus(); + void SetStatusMessage(const char *text); static int ComparePackages(const void *firstArg, const void *secondArg); BBox *fBackBox; BButton *fBeginButton, *fSetupButton; diff --git a/src/apps/installer/PackageViews.h b/src/apps/installer/PackageViews.h index 6a9616926f..f1767443df 100644 --- a/src/apps/installer/PackageViews.h +++ b/src/apps/installer/PackageViews.h @@ -8,6 +8,7 @@ #include #include +#include #include #include #include