aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/namespace_search.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/namespace_search.c')
-rw-r--r--src/plugins/fs/namespace_search.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/plugins/fs/namespace_search.c b/src/plugins/fs/namespace_search.c
index a764f707..06dc4145 100644
--- a/src/plugins/fs/namespace_search.c
+++ b/src/plugins/fs/namespace_search.c
@@ -52,7 +52,7 @@ on_namespaceRatingSpinButton_changed_fs (GtkWidget * dummy,
52 int rating; 52 int rating;
53 int newrating; 53 int newrating;
54 54
55 DEBUG_BEGIN (); 55 GNUNET_GTK_DEBUG_BEGIN ();
56 spin = 56 spin =
57 glade_xml_get_widget (GNUNET_GTK_get_main_glade_XML (), 57 glade_xml_get_widget (GNUNET_GTK_get_main_glade_XML (),
58 "namespaceRatingSpinButton"); 58 "namespaceRatingSpinButton");
@@ -86,7 +86,7 @@ on_namespaceRatingSpinButton_changed_fs (GtkWidget * dummy,
86 { 86 {
87 /* concurrent modification? */ 87 /* concurrent modification? */
88 gtk_spin_button_set_value (GTK_SPIN_BUTTON (spin), rating); 88 gtk_spin_button_set_value (GTK_SPIN_BUTTON (spin), rating);
89 GNUNET_GEBREAK (ectx, 0); 89 GNUNET_GE_BREAK (ectx, 0);
90 } 90 }
91 gtk_list_store_set (GTK_LIST_STORE (model), 91 gtk_list_store_set (GTK_LIST_STORE (model),
92 &iter, NS_SEARCH_RATING, rating, -1); 92 &iter, NS_SEARCH_RATING, rating, -1);
@@ -104,7 +104,7 @@ on_namespaceRatingSpinButton_changed_fs (GtkWidget * dummy,
104 free (description); 104 free (description);
105 if (encStr != NULL) 105 if (encStr != NULL)
106 free (encStr); 106 free (encStr);
107 DEBUG_END (); 107 GNUNET_GTK_DEBUG_END ();
108} 108}
109 109
110 110
@@ -129,7 +129,7 @@ on_searchNamespaceComboBoxEntry_changed_fs (GtkWidget * dummy,
129 GNUNET_HashCode root; 129 GNUNET_HashCode root;
130 GNUNET_EncName enc; 130 GNUNET_EncName enc;
131 131
132 DEBUG_BEGIN (); 132 GNUNET_GTK_DEBUG_BEGIN ();
133 spin = 133 spin =
134 glade_xml_get_widget (GNUNET_GTK_get_main_glade_XML (), 134 glade_xml_get_widget (GNUNET_GTK_get_main_glade_XML (),
135 "namespaceRatingSpinButton"); 135 "namespaceRatingSpinButton");
@@ -184,7 +184,7 @@ on_searchNamespaceComboBoxEntry_changed_fs (GtkWidget * dummy,
184 free (descStr); 184 free (descStr);
185 if (encStr != NULL) 185 if (encStr != NULL)
186 free (encStr); 186 free (encStr);
187 DEBUG_END (); 187 GNUNET_GTK_DEBUG_END ();
188} 188}
189 189
190struct NewNamespaceInfo 190struct NewNamespaceInfo
@@ -211,7 +211,7 @@ saveDiscovery (void *cls)
211 int found; 211 int found;
212 char *encName; 212 char *encName;
213 213
214 DEBUG_BEGIN (); 214 GNUNET_GTK_DEBUG_BEGIN ();
215 ncbe = 215 ncbe =
216 glade_xml_get_widget (GNUNET_GTK_get_main_glade_XML (), 216 glade_xml_get_widget (GNUNET_GTK_get_main_glade_XML (),
217 "searchNamespaceComboBoxEntry"); 217 "searchNamespaceComboBoxEntry");
@@ -274,7 +274,7 @@ saveDiscovery (void *cls)
274 NS_SEARCH_RATING, nni->rating, -1); 274 NS_SEARCH_RATING, nni->rating, -1);
275 } 275 }
276 GNUNET_free (name); 276 GNUNET_free (name);
277 DEBUG_END (); 277 GNUNET_GTK_DEBUG_END ();
278 278
279 return NULL; 279 return NULL;
280} 280}