Hi Axel, 2010/1/15 Axel Dörfler <axeld@xxxxxxxxxxxxxxxx> > stpere@xxxxxxxxx wrote: > > +ActivityView::_LoadBackgroundInfo(bool watch) > > +{ > > + fCachedOutline = false; > > + fCachedWorkspace = -1; > > + BPath path; > > + if (find_directory(B_DESKTOP_DIRECTORY, &path) == B_OK) { > > + BNode desktopNode = BNode(path.Path()); > > + > > + attr_info info; > > + if (desktopNode.GetAttrInfo(kDesktopAttrName, &info) != > > B_OK) > > + return; > > + > > + char *buffer = new char[info.size]; > > Nice changes! However, the last line introduces a different asterisk > style. > > Bye, > Axel. > Oups, sorry about that, will fix ASAP (after work)! Thanks for noticing.