gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r3946 - gnunet-gtk/src/plugins/fs


From: grothoff
Subject: [GNUnet-SVN] r3946 - gnunet-gtk/src/plugins/fs
Date: Sat, 16 Dec 2006 18:02:13 -0800 (PST)

Author: grothoff
Date: 2006-12-16 18:02:10 -0800 (Sat, 16 Dec 2006)
New Revision: 3946

Modified:
   gnunet-gtk/src/plugins/fs/fs.c
Log:
call co init

Modified: gnunet-gtk/src/plugins/fs/fs.c
===================================================================
--- gnunet-gtk/src/plugins/fs/fs.c      2006-12-16 22:31:20 UTC (rev 3945)
+++ gnunet-gtk/src/plugins/fs/fs.c      2006-12-17 02:02:10 UTC (rev 3946)
@@ -25,6 +25,7 @@
  */
 
 #include "platform.h"
+#include <GNUnet/gnunet_collection_lib.h>
 #include "fs.h"
 #include "download.h"
 #include "search.h"
@@ -509,6 +510,7 @@
 
   ectx = e;
   cfg = c;
+  CO_init(ectx, cfg);
   tab
     = glade_xml_get_widget(getMainXML(),
                           "fsnotebook");
@@ -540,6 +542,7 @@
   FSUI_stop(ctx);
   fs_summary_stop();
   fs_namespace_stop();
+  CO_done();
 }
 
 /* end of fs.c */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]