[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r4626 - gnunet-qt/src/plugins/fs
From: |
gnunet |
Subject: |
[GNUnet-SVN] r4626 - gnunet-qt/src/plugins/fs |
Date: |
Sat, 3 Mar 2007 18:05:56 -0700 (MST) |
Author: durner
Date: 2007-03-03 18:05:55 -0700 (Sat, 03 Mar 2007)
New Revision: 4626
Modified:
gnunet-qt/src/plugins/fs/fs.cc
Log:
add default to FSUI handler
Modified: gnunet-qt/src/plugins/fs/fs.cc
===================================================================
--- gnunet-qt/src/plugins/fs/fs.cc 2007-03-04 00:51:12 UTC (rev 4625)
+++ gnunet-qt/src/plugins/fs/fs.cc 2007-03-04 01:05:55 UTC (rev 4626)
@@ -129,6 +129,9 @@
downloadCntrl->state((QPersistentModelIndex *)
event->data.DownloadStopped.dc.cctx,
event->type);
break;
+ default:
+ GE_LOG(errorContext, (GE_KIND) (GE_ERROR | GE_USER | GE_IMMEDIATE),
+ qPrintable(QObject::tr("Internal error: received unhandled event from
FSUI.")));
}
return NULL;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r4626 - gnunet-qt/src/plugins/fs,
gnunet <=