From 182bac9d134bba25fa3b576aea1b5fd32c06faad Mon Sep 17 00:00:00 2001 From: Jody Goldberg Date: Fri, 8 Oct 1999 13:38:27 +0000 Subject: - Move some math functions from utils to mathfuncs. - Beautify the scrollbar tooltips a bit and move some of their utility routines into gnumeric-utility. - Add width/height tooltips on col/row resize. - Fix bug that would loose the end of resize event when the cursor had not moved. svn path=/trunk/; revision=1321 --- widgets/misc/e-colors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/misc/e-colors.c b/widgets/misc/e-colors.c index 3c8c3055fa..3f1de73784 100644 --- a/widgets/misc/e-colors.c +++ b/widgets/misc/e-colors.c @@ -67,7 +67,7 @@ color_init (void) color_alloc_name ("gray78", &gs_light_gray); color_alloc_name ("gray20", &gs_dark_gray); - color_alloc_name ("red", &gs_red); + color_alloc_name ("red", &gs_red); color_inited = 1; } -- cgit v1.2.3