Author: durner Date: 2006-07-16 01:50:44 -0700 (Sun, 16 Jul 2006) New Revision: 3121
Modified: gnunet-qt/src/plugins/fs/fshelper.cc Log: fix Modified: gnunet-qt/src/plugins/fs/fshelper.cc =================================================================== --- gnunet-qt/src/plugins/fs/fshelper.cc 2006-07-16 08:48:29 UTC (rev 3120) +++ gnunet-qt/src/plugins/fs/fshelper.cc 2006-07-16 08:50:44 UTC (rev 3121) @@ -41,7 +41,9 @@ return QObject::tr("Metadata"); else { - GString strCol(GString(EXTRACTOR_getKeywordTypeAsString((EXTRACTOR_KeywordType) type))); + GString strCol; + + strCol = EXTRACTOR_getKeywordTypeAsString((EXTRACTOR_KeywordType) type); strCol.proper(); return strCol; _______________________________________________ GNUnet-SVN mailing list GNUnet-SVN@gnu.org http://lists.gnu.org/mailman/listinfo/gnunet-svn