gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r7389 - gnunet-qt/src/plugins/fs


From: gnunet
Subject: [GNUnet-SVN] r7389 - gnunet-qt/src/plugins/fs
Date: Sun, 6 Jul 2008 03:47:36 -0600 (MDT)

Author: durner
Date: 2008-07-06 03:47:36 -0600 (Sun, 06 Jul 2008)
New Revision: 7389

Modified:
   gnunet-qt/src/plugins/fs/searchController.cc
Log:
disconnect download handler on search close (#1386)

Modified: gnunet-qt/src/plugins/fs/searchController.cc
===================================================================
--- gnunet-qt/src/plugins/fs/searchController.cc        2008-07-06 09:32:17 UTC 
(rev 7388)
+++ gnunet-qt/src/plugins/fs/searchController.cc        2008-07-06 09:47:36 UTC 
(rev 7389)
@@ -222,6 +222,7 @@
   sem.acquire(1); // wait until event is processed
 
   searchSummaryCntrl->searchStopped(info->handle);
+  info->searchWindow->disconnect(this);
 
   if (!lastTab)
     info->model->object()->deleteLater();





reply via email to

[Prev in Thread] Current Thread [Next in Thread]