From 7335b6905ce2ba077fa0aabf5a629b061e9ad6fa Mon Sep 17 00:00:00 2001 From: "simon.zheng" Date: Sat, 12 May 2007 10:45:17 +0000 Subject: Fix for bug #355919 2007-05-12 simon.zheng * Fix for bug #355919 * e-table-header-utils.c: (make_composite_pixmap): gdk_rgb_get_visual()->depth always returns preferred visual depth, which isn't always equal to the that of current window. Whereas, using -1 will match the depth of the pixmap window to what we have in drawable window, which is the first argument of gdk_pixmap_new(). So use -1 instead. svn path=/trunk/; revision=33517 --- widgets/table/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'widgets/table/ChangeLog') diff --git a/widgets/table/ChangeLog b/widgets/table/ChangeLog index 670368435d..20fa384e61 100644 --- a/widgets/table/ChangeLog +++ b/widgets/table/ChangeLog @@ -1,3 +1,14 @@ +2007-05-12 simon.zheng + + * Fix for bug #355919 + + * e-table-header-utils.c: (make_composite_pixmap): + gdk_rgb_get_visual()->depth always returns preferred visual + depth, which isn't always equal to the that of current + window. Whereas, using -1 will match the depth of the pixmap window + to what we have in drawable window, which is the first + argument of gdk_pixmap_new(). So use -1 instead. + 2007-04-20 Matthew Barnes * e-cell.h: -- cgit v1.2.3