From 5bba84e57f660f8ceddb9d45526f80b0f28b9194 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Sat, 8 Mar 2014 00:38:00 -0300 Subject: Fix colors on the new profile. This patch fixes the colors on the new profile, the init of the colors map was not being done. This fixes it. A few problems were spotted on the new profile dealing with the ruler graph and a newly added dive, when using the dive add dialog. I'll be on it later. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index c447a45e7..229696055 100644 --- a/main.cpp +++ b/main.cpp @@ -21,7 +21,7 @@ int main(int argc, char **argv) setup_system_prefs(); prefs = default_prefs; - + fill_profile_color(); init_ui(&argc, &argv); parse_xml_init(); taglist_init_global(); -- cgit v1.2.3-70-g09d2