diff options
author | Jody Goldberg <jody@src.gnome.org> | 1999-10-08 21:38:27 +0800 |
---|---|---|
committer | Jody Goldberg <jody@src.gnome.org> | 1999-10-08 21:38:27 +0800 |
commit | 182bac9d134bba25fa3b576aea1b5fd32c06faad (patch) | |
tree | 3e3b4ef7ce69d0de84a324ceee2cbc911791169b | |
parent | df5623729472bac4b80d8c68bc93b29d68f68140 (diff) | |
download | gsoc2013-evolution-182bac9d134bba25fa3b576aea1b5fd32c06faad.tar gsoc2013-evolution-182bac9d134bba25fa3b576aea1b5fd32c06faad.tar.gz gsoc2013-evolution-182bac9d134bba25fa3b576aea1b5fd32c06faad.tar.bz2 gsoc2013-evolution-182bac9d134bba25fa3b576aea1b5fd32c06faad.tar.lz gsoc2013-evolution-182bac9d134bba25fa3b576aea1b5fd32c06faad.tar.xz gsoc2013-evolution-182bac9d134bba25fa3b576aea1b5fd32c06faad.tar.zst gsoc2013-evolution-182bac9d134bba25fa3b576aea1b5fd32c06faad.zip |
- 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
-rw-r--r-- | widgets/misc/e-colors.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |