From b56e4e656532d3ce196dd529d557599ac1f3d5aa Mon Sep 17 00:00:00 2001 From: DarkWyrm Date: Sat, 15 May 2004 17:29:11 +0000 Subject: [PATCH] Investigated and resolved a TODO item concerning bar color in Archive() git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7591 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/interface/StatusBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kits/interface/StatusBar.cpp b/src/kits/interface/StatusBar.cpp index 38038791d8..47edb1c7d5 100644 --- a/src/kits/interface/StatusBar.cpp +++ b/src/kits/interface/StatusBar.cpp @@ -152,7 +152,7 @@ status_t BStatusBar::Archive(BMessage *archive, bool deep) const if (err != B_OK) return err; - // TODO: Should we compare the color with (50, 150, 255) ? + // DW: I'm pretty sure we don't need to compare the color with (50, 150, 255) ? err = archive->AddData("_bcolor", B_INT32_TYPE, &fBarColor, sizeof( int32 )); if (err != B_OK)