Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 132527
Collapse All | Expand All

(-)yelp-2.14.2/src/yelp-toc-pager.c (-2 / +2 lines)
Lines 1144-1150 Link Here
1144
			    xmlNewChild (tmp, NULL, BAD_CAST "tooltip",
1144
			    xmlNewChild (tmp, NULL, BAD_CAST "tooltip",
1145
					 BAD_CAST tooltip);
1145
					 BAD_CAST tooltip);
1146
			    
1146
			    
1147
			    xmlNewChild (tmp, NULL, BAD_CAST "description",
1147
			    xmlNewTextChild (tmp, NULL, BAD_CAST "description",
1148
					 BAD_CAST desc);
1148
					 BAD_CAST desc);
1149
			}
1149
			}
1150
		    done:
1150
		    done:
Lines 1166-1172 Link Here
1166
			    xmlNewNsProp (new_node, NULL, BAD_CAST "id",
1166
			    xmlNewNsProp (new_node, NULL, BAD_CAST "id",
1167
					  BAD_CAST g_strdup_printf ("infosect%d", sectno));
1167
					  BAD_CAST g_strdup_printf ("infosect%d", sectno));
1168
			    sectno++;
1168
			    sectno++;
1169
			    xmlNewChild (new_node, NULL, BAD_CAST "title",
1169
			    xmlNewTextChild (new_node, NULL, BAD_CAST "title",
1170
					 BAD_CAST *ptr);
1170
					 BAD_CAST *ptr);
1171
			    g_hash_table_insert (categories, 
1171
			    g_hash_table_insert (categories, 
1172
						 g_strdup (*ptr),
1172
						 g_strdup (*ptr),

Return to bug 132527