Cleanup
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33487 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -33,19 +33,11 @@ All rights reserved.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "Attributes.h"
|
|
||||||
#include "AutoLock.h"
|
|
||||||
#include "Commands.h"
|
|
||||||
#include "DialogPane.h"
|
|
||||||
#include "FSUtils.h"
|
|
||||||
#include "IconCache.h"
|
|
||||||
#include "IconMenuItem.h"
|
|
||||||
#include "InfoWindow.h"
|
#include "InfoWindow.h"
|
||||||
#include "Model.h"
|
|
||||||
#include "NavMenu.h"
|
#include <string.h>
|
||||||
#include "PoseView.h"
|
#include <stdio.h>
|
||||||
#include "Tracker.h"
|
#include <stdlib.h>
|
||||||
#include "WidgetAttributeText.h"
|
|
||||||
|
|
||||||
#include <Alert.h>
|
#include <Alert.h>
|
||||||
#include <Debug.h>
|
#include <Debug.h>
|
||||||
@@ -67,9 +59,18 @@ All rights reserved.
|
|||||||
#include <Volume.h>
|
#include <Volume.h>
|
||||||
#include <VolumeRoster.h>
|
#include <VolumeRoster.h>
|
||||||
|
|
||||||
#include <string.h>
|
#include "Attributes.h"
|
||||||
#include <stdio.h>
|
#include "AutoLock.h"
|
||||||
#include <stdlib.h>
|
#include "Commands.h"
|
||||||
|
#include "DialogPane.h"
|
||||||
|
#include "FSUtils.h"
|
||||||
|
#include "IconCache.h"
|
||||||
|
#include "IconMenuItem.h"
|
||||||
|
#include "Model.h"
|
||||||
|
#include "NavMenu.h"
|
||||||
|
#include "PoseView.h"
|
||||||
|
#include "Tracker.h"
|
||||||
|
#include "WidgetAttributeText.h"
|
||||||
|
|
||||||
|
|
||||||
namespace BPrivate {
|
namespace BPrivate {
|
||||||
@@ -461,7 +462,7 @@ BInfoWindow::MessageReceived(BMessage *message)
|
|||||||
// Start recalculating..
|
// Start recalculating..
|
||||||
fStopCalc = false;
|
fStopCalc = false;
|
||||||
SetSizeStr("calculating" B_UTF8_ELLIPSIS);
|
SetSizeStr("calculating" B_UTF8_ELLIPSIS);
|
||||||
fCalcThreadID = spawn_thread(BInfoWindow::CalcSize, "CalcSize",
|
fCalcThreadID = spawn_thread(BInfoWindow::CalcSize, "CalcSize",
|
||||||
B_NORMAL_PRIORITY, this);
|
B_NORMAL_PRIORITY, this);
|
||||||
resume_thread(fCalcThreadID);
|
resume_thread(fCalcThreadID);
|
||||||
break;
|
break;
|
||||||
@@ -538,7 +539,7 @@ BInfoWindow::MessageReceived(BMessage *message)
|
|||||||
newNode << memoryNode;
|
newNode << memoryNode;
|
||||||
|
|
||||||
// Start watching this again
|
// Start watching this again
|
||||||
TTracker::WatchNode(TargetModel()->NodeRef(),
|
TTracker::WatchNode(TargetModel()->NodeRef(),
|
||||||
B_WATCH_ALL | B_WATCH_MOUNT, this);
|
B_WATCH_ALL | B_WATCH_MOUNT, this);
|
||||||
|
|
||||||
// Tell the attribute view about this new model
|
// Tell the attribute view about this new model
|
||||||
|
|||||||
Reference in New Issue
Block a user