summaryrefslogtreecommitdiff
path: root/editors/conglomerate/patches/patch-aa
blob: aba80833b3178e827a3d5737acd50bfba74a65eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aa,v 1.3 2004/03/09 22:05:08 jmmv Exp $

--- src/cong-editor-node-element-span.c.orig	2004-02-17 18:24:28.000000000 +0100
+++ src/cong-editor-node-element-span.c
@@ -145,9 +145,8 @@ generate_line_areas_recursive (CongEdito
 				
 				if (child_line_fragments) {
 					GList* list_of_areas;
-					list_of_areas = cong_editor_line_fragments_get_area_list (child_line_fragments);
-					
 					gboolean is_first = TRUE;
+					list_of_areas = cong_editor_line_fragments_get_area_list (child_line_fragments);
 					
 					while (list_of_areas) {