Sophie

Sophie

distrib > Mandriva > 2007.1 > i586 > by-pkgid > ef220408f7a08517f65ea17e3f01b7ab > files > 1

glabels-2.1.3-5.1mdv2007.1.src.rpm

--- glabels-2.1.3/src/wdgt-media-select.c	2005-10-23 04:06:00.000000000 +0200
+++ glabels-2.1.3.new/src/wdgt-media-select.c	2008-02-21 22:18:13.000000000 +0100
@@ -381,7 +381,7 @@
 	/* Update mini_preview canvas & details with template */
 	gl_debug (DEBUG_MEDIA_SELECT, "template_combo = %p", combo);
 	name = gtk_combo_box_get_active_text (GTK_COMBO_BOX (combo));
-	if ( strlen(name) ) {
+	if ( name && strlen(name) ) {
 		gl_debug (DEBUG_MEDIA_SELECT, "name = \"%s\"", name);
 		gl_wdgt_mini_preview_set_label_by_name (GL_WDGT_MINI_PREVIEW (media_select->mini_preview),