diff options
Diffstat (limited to 'net-im/kf/files/patch-archive_viewer.c')
-rw-r--r-- | net-im/kf/files/patch-archive_viewer.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net-im/kf/files/patch-archive_viewer.c b/net-im/kf/files/patch-archive_viewer.c deleted file mode 100644 index 3b8faf120751..000000000000 --- a/net-im/kf/files/patch-archive_viewer.c +++ /dev/null @@ -1,12 +0,0 @@ ---- 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; |