[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r4663 - gnunet-qt/src/plugins/fs
From: |
gnunet |
Subject: |
[GNUnet-SVN] r4663 - gnunet-qt/src/plugins/fs |
Date: |
Sat, 10 Mar 2007 17:17:18 -0700 (MST) |
Author: durner
Date: 2007-03-10 17:17:17 -0700 (Sat, 10 Mar 2007)
New Revision: 4663
Modified:
gnunet-qt/src/plugins/fs/fs-search.cc
Log:
show file size instead of (picture) size
Modified: gnunet-qt/src/plugins/fs/fs-search.cc
===================================================================
--- gnunet-qt/src/plugins/fs/fs-search.cc 2007-03-10 23:38:46 UTC (rev
4662)
+++ gnunet-qt/src/plugins/fs/fs-search.cc 2007-03-11 00:17:17 UTC (rev
4663)
@@ -176,7 +176,7 @@
// get columns to be displayed
// FIXME
- cols.append(EXTRACTOR_FILENAME);
+ cols.append(EXTRACTOR_FILE_SIZE);
cols.append(EXTRACTOR_SIZE);
cols.append(EXTRACTOR_MIMETYPE);
cols.append(EXTRACTOR_THUMBNAIL_DATA);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r4663 - gnunet-qt/src/plugins/fs,
gnunet <=