aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2004-06-28 14:36:48 +0000
committerJan Djärv2004-06-28 14:36:48 +0000
commit03ecb80fd660afdbe221df5c63e3578454f5c6d9 (patch)
treef25077c95f8cdb600e16c8efa548e024caaca47f /src/ChangeLog
parent74cdfe05c657fa32b8c34b2322ff8f4b39f325cf (diff)
downloademacs-03ecb80fd660afdbe221df5c63e3578454f5c6d9.tar.gz
emacs-03ecb80fd660afdbe221df5c63e3578454f5c6d9.zip
(xg_get_image_for_pixmap): Add workaround for monochrome displays
so insensitive and activated icons look ok.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2b3d33e7d7a..1cdabd1fb1e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on 3 * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
4 gpix and gmask just before return to avoid memory leak. 4 gpix and gmask just before return to avoid memory leak.
5 (xg_get_image_for_pixmap): Add workaround for monochrome displays
6 so insensitive and activated icons look ok.
5 7
62004-06-27 Jason Rumney <jasonr@gnu.org> 82004-06-27 Jason Rumney <jasonr@gnu.org>
7 9