minor cleanup
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16340 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -407,7 +407,6 @@ InstallerWindow::ComparePackages(const void *firstArg, const void *secondArg)
|
||||
void
|
||||
InstallerWindow::SetStatusMessage(const char *text)
|
||||
{
|
||||
BAutolock(this);
|
||||
fStatusView->SetText(text);
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
#include <Bitmap.h>
|
||||
#include <CheckBox.h>
|
||||
#include <Entry.h>
|
||||
#include <List.h>
|
||||
#include <StringView.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user