Added TODO.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16164 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -48,6 +48,9 @@ TOffscreenView::TOffscreenView(BRect frame, char *name, short mRadius,
|
||||
for (index = 0; index <= 8; index++)
|
||||
fClockFace[index] = NULL;
|
||||
|
||||
// TODO: Simply use be_app->AppResources() instead of this FindApp() -> BFile
|
||||
// -> BResources stunt.
|
||||
|
||||
//+ error = get_ref_for_path("/boot/apps/Clock", &ref);
|
||||
error = be_roster->FindApp(app_signature, &ref);
|
||||
printf("be_roster->FindApp() returned %s\n", strerror(error));
|
||||
|
||||
Reference in New Issue
Block a user