Author: grothoff
Date: 2008-02-25 23:41:54 -0700 (Mon, 25 Feb 2008)
New Revision: 6468

Modified:
   gnunet-qt/src/plugins/fs/fs.cc
Log:
update

Modified: gnunet-qt/src/plugins/fs/fs.cc
===================================================================
--- gnunet-qt/src/plugins/fs/fs.cc      2008-02-26 06:39:40 UTC (rev 6467)
+++ gnunet-qt/src/plugins/fs/fs.cc      2008-02-26 06:41:54 UTC (rev 6468)
@@ -60,11 +60,7 @@
       searchCntrl->result((GFSSearchInfo *) event->data.SearchResult.sc.cctx,
         &event->data.SearchResult.fi);
       break;
-    case GNUNET_FSUI_search_error:
-      GNUNET_GE_LOG(errorContext, (GNUNET_GE_KIND) (GNUNET_GE_ERROR | 
GNUNET_GE_USER | GNUNET_GE_IMMEDIATE),
-        event->data.SearchError.message);
     case GNUNET_FSUI_search_aborted:
-    case GNUNET_FSUI_search_completed:
     case GNUNET_FSUI_search_suspended:
       searchCntrl->state((GFSSearchInfo *) event->data.SearchResult.sc.cctx,
         event->type);
@@ -506,7 +502,6 @@
     case GNUNET_FSUI_unindex_stopped:
       return tr("stopped");
 
-    case GNUNET_FSUI_search_completed:
     case GNUNET_FSUI_download_completed:
     case GNUNET_FSUI_upload_completed:
     case GNUNET_FSUI_unindex_completed:
@@ -518,7 +513,6 @@
     case GNUNET_FSUI_unindex_aborted:
       return tr("aborted");
 
-    case GNUNET_FSUI_search_error:
     case GNUNET_FSUI_download_error:
     case GNUNET_FSUI_upload_error:
     case GNUNET_FSUI_unindex_error:



_______________________________________________
GNUnet-SVN mailing list
GNUnet-SVN@gnu.org
http://lists.gnu.org/mailman/listinfo/gnunet-svn

Reply via email to