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
InstallerWindow::SetStatusMessage(const char *text)
{
BAutolock(this);
fStatusView->SetText(text);
}
+1 -1
View File
@@ -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;
+1
View File
@@ -8,6 +8,7 @@
#include <Bitmap.h>
#include <CheckBox.h>
#include <Entry.h>
#include <List.h>
#include <StringView.h>
#include <stdlib.h>