aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/search.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-06-12 06:02:06 +0000
committerChristian Grothoff <christian@grothoff.org>2008-06-12 06:02:06 +0000
commit8fbe77f9fabfc1818c3368e14cd1e114401d5966 (patch)
tree2ddb04a805c4b32fe48a75c6ebaef1ad46606447 /src/plugins/fs/search.c
parent2a42039e87aaaaae624977344aa5e67323cbe88e (diff)
downloadgnunet-gtk-8fbe77f9fabfc1818c3368e14cd1e114401d5966.tar.gz
gnunet-gtk-8fbe77f9fabfc1818c3368e14cd1e114401d5966.zip
indent
Diffstat (limited to 'src/plugins/fs/search.c')
-rw-r--r--src/plugins/fs/search.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/plugins/fs/search.c b/src/plugins/fs/search.c
index 19cea88a..e282bf1e 100644
--- a/src/plugins/fs/search.c
+++ b/src/plugins/fs/search.c
@@ -250,7 +250,7 @@ addEntryToSearchTree (SearchList * searchContext,
250 SEARCH_PIXBUF, pixbuf, SEARCH_URI, 250 SEARCH_PIXBUF, pixbuf, SEARCH_URI,
251 GNUNET_ECRS_uri_duplicate (info->uri), SEARCH_META, 251 GNUNET_ECRS_uri_duplicate (info->uri), SEARCH_META,
252 GNUNET_meta_data_duplicate (info->meta), 252 GNUNET_meta_data_duplicate (info->meta),
253 SEARCH_INTERNAL,searchContext, 253 SEARCH_INTERNAL, searchContext,
254 SEARCH_INTERNAL_PARENT, downloadParent, 254 SEARCH_INTERNAL_PARENT, downloadParent,
255 SEARCH_STATUS, getStatusName (state), 255 SEARCH_STATUS, getStatusName (state),
256 SEARCH_STATUS_LOGO, statusLogo, 256 SEARCH_STATUS_LOGO, statusLogo,
@@ -760,7 +760,8 @@ fs_search_started (struct GNUNET_FSUI_SearchList * fsui_list,
760 -1, 760 -1,
761 _("Status"), 761 _("Status"),
762 renderer, 762 renderer,
763 "pixbuf", SEARCH_STATUS_LOGO, 763 "pixbuf",
764 SEARCH_STATUS_LOGO,
764 NULL); 765 NULL);
765 column = gtk_tree_view_get_column (list->treeview, col - 1); 766 column = gtk_tree_view_get_column (list->treeview, col - 1);
766 gtk_tree_view_column_set_resizable (column, TRUE); 767 gtk_tree_view_column_set_resizable (column, TRUE);
@@ -1004,7 +1005,7 @@ fs_search_stopped (SearchList * list)
1004 GNUNET_GE_BREAK (ectx, index != -1); 1005 GNUNET_GE_BREAK (ectx, index != -1);
1005 gtk_notebook_remove_page (notebook, index); 1006 gtk_notebook_remove_page (notebook, index);
1006 if (gtk_tree_model_get_iter_first (GTK_TREE_MODEL (list->tree), &iter)) 1007 if (gtk_tree_model_get_iter_first (GTK_TREE_MODEL (list->tree), &iter))
1007 freeIterSubtree (GTK_TREE_MODEL (list->tree), &iter); 1008 freeIterSubtree (GTK_TREE_MODEL (list->tree), &iter);
1008 /* free list state itself */ 1009 /* free list state itself */
1009 UNREF (list->searchXML); 1010 UNREF (list->searchXML);
1010 UNREF (list->labelXML); 1011 UNREF (list->labelXML);