diff console/libgnt/gntmain.c @ 14299:ea5193c23171

[gaim-migrate @ 16989] Now the customcolors should work. Apparently I didn't include it in last commit. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 23 Aug 2006 01:35:44 +0000
parents c111a7e718d0
children a766441af5ea
line wrap: on
line diff
--- a/console/libgnt/gntmain.c	Wed Aug 23 01:09:33 2006 +0000
+++ b/console/libgnt/gntmain.c	Wed Aug 23 01:35:44 2006 +0000
@@ -782,13 +782,13 @@
 	noecho();
 	curs_set(0);
 
-	gnt_init_colors();
 	gnt_init_styles();
 
 	filename = g_build_filename(g_get_home_dir(), ".gntrc", NULL);
 	gnt_style_read_configure_file(filename);
 	g_free(filename);
 
+	gnt_init_colors();
 	X_MIN = 0;
 	Y_MIN = 0;
 	X_MAX = getmaxx(stdscr);