* re-enabled the InfoWin

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21335 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2007-06-05 23:23:44 +00:00
parent 1068e2caf5
commit 2a72b9fead
11 changed files with 450 additions and 322 deletions
-6
View File
@@ -680,12 +680,6 @@ MainWin::ShowFileInfo()
fInfoWin->Activate();
fInfoWin->Unlock();
}
BMessenger msgr(fInfoWin);
BMessage m(M_UPDATE_INFO);
m.AddInt32("which", INFO_ALL);
msgr.SendMessage(&m);
msgr.SendMessage(B_WINDOW_ACTIVATED);
}