diff --git a/src/apps/clock/cl_view.cpp b/src/apps/clock/cl_view.cpp index 6610f271f9..1880cb61b5 100644 --- a/src/apps/clock/cl_view.cpp +++ b/src/apps/clock/cl_view.cpp @@ -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));