aboutsummaryrefslogtreecommitdiff
path: root/net/kf/files/patch-archive_viewer.c
blob: 3b8faf12075122b22f6ca1caef5fc43177bc6ec9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/archive_viewer.c.orig	Sat Jan  8 18:43:37 2005
+++ src/archive_viewer.c	Sat Jan  8 18:44:12 2005
@@ -340,8 +340,8 @@
 		return;
 	}
 	for (node = node->children; node; node = node->next) {
-		foo_debug ("Reading item %s\n", node->name);
 		KfArchiveConversation *conversation = NULL;
+		foo_debug ("Reading item %s\n", node->name);
 		if (xmlStrcmp (node->name, (const xmlChar *) "item") == 0) {
 			GtkTreeIter iter;
 			xmlChar *name;