gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r4661 - gnunet-qt/src/plugins/fs
Date: Sat, 10 Mar 2007 14:46:09 -0700 (MST)

Author: durner
Date: 2007-03-10 14:46:09 -0700 (Sat, 10 Mar 2007)
New Revision: 4661

Modified:
   gnunet-qt/src/plugins/fs/fs-search.cc
Log:
column model index != extractor type

Modified: gnunet-qt/src/plugins/fs/fs-search.cc
===================================================================
--- gnunet-qt/src/plugins/fs/fs-search.cc       2007-03-10 21:33:39 UTC (rev 
4660)
+++ gnunet-qt/src/plugins/fs/fs-search.cc       2007-03-10 21:46:09 UTC (rev 
4661)
@@ -128,7 +128,7 @@
       action->setCheckable(true);
       action->setData(QVariant((int) typeItem));
       
-      if (!header->isSectionHidden(typeItem))
+      if (!header->isSectionHidden(MODEL_IDX(typeItem)))
         action->setChecked(true);
     }
     





reply via email to

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