minor cleanup

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16340 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2006-02-10 20:28:04 +00:00
parent 500f710bca
commit d14dde17c4
3 changed files with 2 additions and 2 deletions
-1
View File
@@ -407,7 +407,6 @@ InstallerWindow::ComparePackages(const void *firstArg, const void *secondArg)
void void
InstallerWindow::SetStatusMessage(const char *text) InstallerWindow::SetStatusMessage(const char *text)
{ {
BAutolock(this);
fStatusView->SetText(text); fStatusView->SetText(text);
} }
+1 -1
View File
@@ -31,7 +31,6 @@ public:
virtual void MessageReceived(BMessage *msg); virtual void MessageReceived(BMessage *msg);
virtual bool QuitRequested(); virtual bool QuitRequested();
void SetStatusMessage(const char *text);
BMenu *GetSourceMenu() { return fSrcMenu; }; BMenu *GetSourceMenu() { return fSrcMenu; };
BMenu *GetTargetMenu() { return fDestMenu; }; BMenu *GetTargetMenu() { return fDestMenu; };
private: private:
@@ -41,6 +40,7 @@ private:
void ShowBottom(); void ShowBottom();
void StartScan(); void StartScan();
void AdjustMenus(); void AdjustMenus();
void SetStatusMessage(const char *text);
static int ComparePackages(const void *firstArg, const void *secondArg); static int ComparePackages(const void *firstArg, const void *secondArg);
BBox *fBackBox; BBox *fBackBox;
BButton *fBeginButton, *fSetupButton; BButton *fBeginButton, *fSetupButton;
+1
View File
@@ -8,6 +8,7 @@
#include <Bitmap.h> #include <Bitmap.h>
#include <CheckBox.h> #include <CheckBox.h>
#include <Entry.h>
#include <List.h> #include <List.h>
#include <StringView.h> #include <StringView.h>
#include <stdlib.h> #include <stdlib.h>