From 7395852fd3ac289e39a0b2067b91ac22579b9329 Mon Sep 17 00:00:00 2001 From: "akkana%netscape.com" Date: Sat, 3 Oct 1998 00:33:50 +0000 Subject: [PATCH] Oops, used CF_BACK_COLOR instead of CF_BACK_IMAGE --- cmd/xfe/src/EditTableDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/xfe/src/EditTableDialog.cpp b/cmd/xfe/src/EditTableDialog.cpp index 138fe2e40db3..8eb957693614 100644 --- a/cmd/xfe/src/EditTableDialog.cpp +++ b/cmd/xfe/src/EditTableDialog.cpp @@ -1653,7 +1653,7 @@ fe_bg_group_get(fe_bgGroup* group, tmp = NULL; } if (cell_data) - FE_SET_BIT(cell_data->mask, CF_BACK_COLOR); + FE_SET_BIT(cell_data->mask, CF_BACK_IMAGE); } }