Archiving the picture now works

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20286 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2007-03-01 14:53:52 +00:00
parent caae1184ab
commit ece074abe2

View File

@ -133,7 +133,7 @@ PictureView::AllAttached()
}
BMessage message2;
//fPicture->Archive(&message2);
fPicture->Archive(&message2);
message2.PrintToStream();
}