comparison src/ChangeLog @ 56269:4f8b4f60e748

(xg_get_image_for_pixmap): Add workaround for monochrome displays so insensitive and activated icons look ok.
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 28 Jun 2004 14:36:48 +0000
parents 9853134cd610
children 98f2b9da67f0
comparison
equal deleted inserted replaced
56268:9853134cd610 56269:4f8b4f60e748
1 2004-06-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 1 2004-06-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
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
6 2004-06-27 Jason Rumney <jasonr@gnu.org> 8 2004-06-27 Jason Rumney <jasonr@gnu.org>
7 9
8 * w32fns.c (file_dialog_callback): Disable edit control if set 10 * w32fns.c (file_dialog_callback): Disable edit control if set
9 to directories only on CDN_INITDONE message. 11 to directories only on CDN_INITDONE message.