From 8089200cb5317f3fc10db37e3967df4971bee10a Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 24 Sep 1998 02:45:43 +0000 Subject: New: New: - Bold button works properly (ie, it detects what sort of stuff you have and presses/unpresses accordingly). - GNumeric now has operation modes: sheet and object. Using delete/backspace/edit-cut will let you kill objects. - Lots of the bug fixes reported by Adrian/Federico. Here is the detailed changelog: 1998-09-23 Miguel de Icaza * src/xml-io.c: Destroy the extra style. * src/main.c (main): No need to init colors as they are auto-inited. * src/style.c (font_compute_hints): At font creation time store a couple of the font attributes for quick retrieval. * src/sheet-view.c (sheet_view_construct): Do not allow this button to have the focus either. * src/item-bar.c (item_bar_draw): If the whole sheet is selected, draw all of the columns in pressed presenstation * src/sheet.c (sheet_is_all_selected): Return wheter all the sheet is selected. * src/utils.c (cell_name): Fixed cell name computation. (parse_cell_name): Fixed parsing of the cell name. svn path=/trunk/; revision=396 --- widgets/misc/e-colors.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/widgets/misc/e-colors.c b/widgets/misc/e-colors.c index 4d09ecfa85..d47a2af899 100644 --- a/widgets/misc/e-colors.c +++ b/widgets/misc/e-colors.c @@ -64,4 +64,6 @@ color_init (void) color_alloc_name ("gray60", &gs_light_gray); color_alloc_name ("gray20", &gs_dark_gray); + + color_inited = 1; } -- cgit v1.2.3