aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/content_tracking.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/content_tracking.c')
-rw-r--r--src/plugins/fs/content_tracking.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/fs/content_tracking.c b/src/plugins/fs/content_tracking.c
index 8fff6c28..114f66e7 100644
--- a/src/plugins/fs/content_tracking.c
+++ b/src/plugins/fs/content_tracking.c
@@ -45,7 +45,7 @@ clearContentList (void *mdl)
45 struct GNUNET_ECRS_MetaData *meta; 45 struct GNUNET_ECRS_MetaData *meta;
46 GtkTreeIter iter; 46 GtkTreeIter iter;
47 47
48 DEBUG_BEGIN (); 48 GNUNET_GTK_DEBUG_BEGIN ();
49 if (gtk_tree_model_get_iter_first (model, &iter)) 49 if (gtk_tree_model_get_iter_first (model, &iter))
50 { 50 {
51 do 51 do
@@ -61,7 +61,7 @@ clearContentList (void *mdl)
61 } 61 }
62 while (gtk_list_store_remove (GTK_LIST_STORE (model), &iter)); 62 while (gtk_list_store_remove (GTK_LIST_STORE (model), &iter));
63 } 63 }
64 DEBUG_END (); 64 GNUNET_GTK_DEBUG_END ();
65 return NULL; 65 return NULL;
66} 66}
67 67
@@ -73,14 +73,14 @@ on_clearAvailableContentButton_clicked_fs (GtkWidget * dummy1,
73 GtkWidget *contentList; 73 GtkWidget *contentList;
74 GtkTreeModel *model; 74 GtkTreeModel *model;
75 75
76 DEBUG_BEGIN (); 76 GNUNET_GTK_DEBUG_BEGIN ();
77 contentList = 77 contentList =
78 glade_xml_get_widget (GNUNET_GTK_get_main_glade_XML (), 78 glade_xml_get_widget (GNUNET_GTK_get_main_glade_XML (),
79 "availableContentList"); 79 "availableContentList");
80 model = gtk_tree_view_get_model (GTK_TREE_VIEW (contentList)); 80 model = gtk_tree_view_get_model (GTK_TREE_VIEW (contentList));
81 GNUNET_URITRACK_clear (ectx, cfg); 81 GNUNET_URITRACK_clear (ectx, cfg);
82 GNUNET_GTK_save_call (&clearContentList, model); 82 GNUNET_GTK_save_call (&clearContentList, model);
83 DEBUG_END (); 83 GNUNET_GTK_DEBUG_END ();
84} 84}
85 85
86void 86void
@@ -146,7 +146,7 @@ updateView (void *cls)
146 } 146 }
147 147
148 if (GNUNET_ECRS_uri_test_chk (fi->uri)) 148 if (GNUNET_ECRS_uri_test_chk (fi->uri))
149 size = GNUNET_ECRS_uri_get_file_siz (fi->uri); 149 size = GNUNET_ECRS_uri_get_file_size (fi->uri);
150 else 150 else
151 size = 0; 151 size = 0;
152 uriString = GNUNET_ECRS_uri_to_string (fi->uri); 152 uriString = GNUNET_ECRS_uri_to_string (fi->uri);