Some cleanups to ColorSet in anticipation of future cleanups for Appearance app

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13156 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2005-06-15 17:20:17 +00:00
parent cf5ff0c0d0
commit e67e7dd995
5 changed files with 191 additions and 200 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ AppServer::AppServer(void) :
// Load the GUI colors here and set the global set to the values contained therein. If this
// is not possible, set colors to the defaults
if (!LoadGUIColors(&gui_colorset))
if (LoadColorSet(SERVER_SETTINGS_DIR COLOR_SETTINGS_NAME,&gui_colorset)!=B_OK)
gui_colorset.SetToDefaults();
InitDecorators();