patches/gnome-applets-06-accessx-crash.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 13636 10c0706d7267
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.

--- gnome-applets-2.23.90.old/accessx-status/applet.c	2008-08-28 15:49:16.141662000 +0100
+++ gnome-applets-2.23.90/accessx-status/applet.c	2008-08-28 15:49:25.404358000 +0100
@@ -379,7 +379,7 @@
 	PangoLayout *layout;
 	PangoRectangle ink, logic;
 	PangoContext *pango_context;
-	GdkColormap *cmap;
+	GdkColormap *cmap = NULL;
 	GdkGC       *gc;
 	GdkVisual   *visual = gdk_visual_get_best ();
 	gint w = gdk_pixbuf_get_width (base);