Thou shalt compile before thou commitst!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30377 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -20,19 +20,18 @@
|
|||||||
|
|
||||||
#include <Alert.h>
|
#include <Alert.h>
|
||||||
#include <Application.h>
|
#include <Application.h>
|
||||||
|
|
||||||
#include <DiskDeviceVisitor.h>
|
|
||||||
#include <DiskSystem.h>
|
|
||||||
#include <DiskDevice.h>
|
|
||||||
#include <Partition.h>
|
|
||||||
#include <PartitioningInfo.h>
|
|
||||||
#include <Path.h>
|
|
||||||
|
|
||||||
#include <ColumnListView.h>
|
#include <ColumnListView.h>
|
||||||
#include <ColumnTypes.h>
|
#include <ColumnTypes.h>
|
||||||
|
#include <DiskDevice.h>
|
||||||
|
#include <DiskDeviceVisitor.h>
|
||||||
|
#include <DiskSystem.h>
|
||||||
#include <MenuItem.h>
|
#include <MenuItem.h>
|
||||||
#include <MenuBar.h>
|
#include <MenuBar.h>
|
||||||
#include <Menu.h>
|
#include <Menu.h>
|
||||||
|
#include <Path.h>
|
||||||
|
#include <Partition.h>
|
||||||
|
#include <PartitioningInfo.h>
|
||||||
|
#include <Roster.h>
|
||||||
#include <Screen.h>
|
#include <Screen.h>
|
||||||
#include <Volume.h>
|
#include <Volume.h>
|
||||||
#include <VolumeRoster.h>
|
#include <VolumeRoster.h>
|
||||||
@@ -236,7 +235,7 @@ MainWindow::MainWindow(BRect frame)
|
|||||||
_ScanDrives();
|
_ScanDrives();
|
||||||
|
|
||||||
if (!be_roster->IsRunning(kDeskbarSignature))
|
if (!be_roster->IsRunning(kDeskbarSignature))
|
||||||
SetFlags(Flags() | B_NOT_MINIMIZABLE)
|
SetFlags(Flags() | B_NOT_MINIMIZABLE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user