patches/eel-04-a11y-330995.diff
author dc144907
Tue, 28 Feb 2006 17:02:25 +0000
changeset 6864 1c086550515a
permissions -rw-r--r--
2006-02-28 Damien Carbery <[email protected]> * eel.spec: Add upstream patch, 04-a11y-330995. Fixes 330995 * patches/eel-04-a11y-330995.diff: Added. Upstream but missed tarball.

Index: eel/eel-labeled-image.c
===================================================================
RCS file: /cvs/gnome/eel/eel/eel-labeled-image.c,v
retrieving revision 1.28
diff -u -r1.28 eel-labeled-image.c
--- eel/eel-labeled-image.c	10 Jun 2005 00:49:54 -0000	1.28
+++ eel/eel-labeled-image.c	13 Feb 2006 11:02:05 -0000
@@ -2156,7 +2156,8 @@
 
 	labeled_image = get_image (accessible);
 
-	if (labeled_image->details->label)
+	if (labeled_image && labeled_image->details &&
+	    labeled_image->details->label)
 		return gtk_label_get_text
 			(GTK_LABEL (labeled_image->details->label));