From 8bee62674ccc6797ae4a23562183477051142690 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD=20=D0=98=D0=B6=D0=B1=D1?=
 =?UTF-8?q?=83=D0=BB=D0=B0=D1=82=D0=BE=D0=B2?= <lrn1986@gmail.com>
Date: Mon, 12 Dec 2011 03:11:25 +0400
Subject: [PATCH 3/4] Do not use the 'new search' tab (keep the code for now)

---
 src/fs/gnunet-fs-gtk.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/fs/gnunet-fs-gtk.c b/src/fs/gnunet-fs-gtk.c
index 766241e..f292a33 100644
--- a/src/fs/gnunet-fs-gtk.c
+++ b/src/fs/gnunet-fs-gtk.c
@@ -581,7 +581,8 @@ run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
                         GNUNET_FS_OPTIONS_END);
   if (fs != NULL)
   {
-    add_new_tab ();
+    /* Searches are now started from the search bar */
+    /* add_new_tab (); */
   }
   else
   {
-- 
1.7.4

