aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/namespace.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-02-04 04:02:05 +0000
committerChristian Grothoff <christian@grothoff.org>2007-02-04 04:02:05 +0000
commita2d587059dc69d76ebe92f0754b440dca0ec10ab (patch)
tree35bff1f1efebfbf6035620a71d6391fb86ab5936 /src/plugins/fs/namespace.c
parentf1cb1eb5f2f6658c3a5bac3d3ce957643da90bdc (diff)
downloadgnunet-gtk-a2d587059dc69d76ebe92f0754b440dca0ec10ab.tar.gz
gnunet-gtk-a2d587059dc69d76ebe92f0754b440dca0ec10ab.zip
added saving of search results to directories - Mantis 1011
Diffstat (limited to 'src/plugins/fs/namespace.c')
-rw-r--r--src/plugins/fs/namespace.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/plugins/fs/namespace.c b/src/plugins/fs/namespace.c
index d5144564..0b257c68 100644
--- a/src/plugins/fs/namespace.c
+++ b/src/plugins/fs/namespace.c
@@ -1,4 +1,4 @@
1 /* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2005, 2006 Christian Grothoff (and other contributing authors) 3 (C) 2005, 2006 Christian Grothoff (and other contributing authors)
4 4
@@ -1439,6 +1439,11 @@ void fs_namespace_start() {
1439 DEBUG_END(); 1439 DEBUG_END();
1440} 1440}
1441 1441
1442void on_open_menu_activate_fs(GtkWidget * dummy1,
1443 GtkWidget * dummy2) {
1444 printf("Not implemented\n");
1445}
1446
1442#if 0 1447#if 0
1443void on_availableContentList_destroy_fs(GtkWidget * dummy1, 1448void on_availableContentList_destroy_fs(GtkWidget * dummy1,
1444 GtkWidget * dummy2) { 1449 GtkWidget * dummy2) {