← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 3115: fix download events

 

------------------------------------------------------------
revno: 3115
committer: poy <poy@xxxxxxxxxx>
branch nick: trunk
timestamp: Tue 2012-11-06 20:24:26 +0100
message:
  fix download events
modified:
  dcpp/DownloadManagerListener.h


--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk

Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'dcpp/DownloadManagerListener.h'
--- dcpp/DownloadManagerListener.h	2012-01-13 20:55:20 +0000
+++ dcpp/DownloadManagerListener.h	2012-11-06 19:24:26 +0000
@@ -46,7 +46,7 @@
 	typedef X<1> Failed;
 	typedef X<2> Starting;
 	typedef X<3> Tick;
-	typedef X<3> Requesting;
+	typedef X<4> Requesting;
 
 	/**
 	 * This is the first message sent before a download starts.