X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-var-store.c;h=efe1ae0deea81cca0abfd2d685d16a4f7377cb0b;hb=6351e3631c90fe46d70a8801a7a32f289cbba08f;hp=eb18f2c4fd700bd1c258ef1cabcc93bb44e0cccc;hpb=88eb1ede60522d3893dfe1c75cbab2d03f5cb2d5;p=pspp-builds.git diff --git a/src/ui/gui/psppire-var-store.c b/src/ui/gui/psppire-var-store.c index eb18f2c4..efe1ae0d 100644 --- a/src/ui/gui/psppire-var-store.c +++ b/src/ui/gui/psppire-var-store.c @@ -239,7 +239,8 @@ psppire_var_store_class_init (PsppireVarStoreClass *class) pspec); } -#define DISABLED_COLOR "pink" +#define DISABLED_COLOR "gray" + static void psppire_var_store_init (PsppireVarStore *var_store) { @@ -306,7 +307,7 @@ psppire_var_store_is_editable (const GSheetModel *model, glong row, glong column } -static const GdkColor * +static GdkColor * psppire_var_store_get_foreground (const GSheetModel *model, glong row, glong column) { PsppireVarStore *store = PSPPIRE_VAR_STORE (model); @@ -345,6 +346,7 @@ psppire_var_store_sheet_model_init (GSheetModelIface *iface) iface->get_background = NULL; iface->get_font_desc = psppire_var_store_get_font_desc; iface->get_cell_border = NULL; + iface->get_justification = NULL; } @@ -844,5 +846,3 @@ psppire_var_store_sheet_row_init (GSheetRowIface *iface) iface->get_button_label = geometry_get_button_label; } - -