[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r6103 - gnunet-qt/src/plugins/fs
From: |
gnunet |
Subject: |
[GNUnet-SVN] r6103 - gnunet-qt/src/plugins/fs |
Date: |
Sun, 20 Jan 2008 04:05:16 -0700 (MST) |
Author: durner
Date: 2008-01-20 04:05:15 -0700 (Sun, 20 Jan 2008)
New Revision: 6103
Modified:
gnunet-qt/src/plugins/fs/fs.cc
Log:
fix "open file" menu entry for downloads
Modified: gnunet-qt/src/plugins/fs/fs.cc
===================================================================
--- gnunet-qt/src/plugins/fs/fs.cc 2008-01-16 08:06:38 UTC (rev 6102)
+++ gnunet-qt/src/plugins/fs/fs.cc 2008-01-20 11:05:15 UTC (rev 6103)
@@ -42,6 +42,7 @@
#include "fs-search.h"
#include "ecrsuri.h"
#include "searchController.h"
+#include "downloadController.h"
static void *fsuiEventProcessor(void *cls, const GNUNET_FSUI_Event *event)
{
@@ -216,7 +217,7 @@
{
QModelIndex idx = *it;
- if (idx.column() == 4)
+ if (idx.column() == GFSDownloadController::COL_DST_PATH)
{
QString name;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r6103 - gnunet-qt/src/plugins/fs,
gnunet <=