Added TODO.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16164 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2006-01-31 01:46:43 +00:00
parent 29d7e9cdd6
commit a324efcfdc
+3
View File
@@ -48,6 +48,9 @@ TOffscreenView::TOffscreenView(BRect frame, char *name, short mRadius,
for (index = 0; index <= 8; index++) for (index = 0; index <= 8; index++)
fClockFace[index] = NULL; 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 = get_ref_for_path("/boot/apps/Clock", &ref);
error = be_roster->FindApp(app_signature, &ref); error = be_roster->FindApp(app_signature, &ref);
printf("be_roster->FindApp() returned %s\n", strerror(error)); printf("be_roster->FindApp() returned %s\n", strerror(error));