Move the now used boolean to the old place in order to avoid different padding

to happen and therefor changing the object size.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26021 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2008-06-19 14:17:56 +00:00
parent eaa6da1ef7
commit d6b036858b
+1 -1
View File
@@ -332,7 +332,6 @@ private:
char* fTitle;
int32 _unused0;
bool fInTransaction;
bool fUpdateRequested;
bool fActive;
short fShowLevel;
uint32 fFlags;
@@ -345,6 +344,7 @@ private:
BButton* fDefaultButton;
BList fShortcuts;
int32 fTopViewToken;
bool fUpdateRequested;
bool _unused3;
bool fIsFilePanel;
bool _unused4;