Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89290 | Differences between
and this patch

Collapse All | Expand All

(-)FileZilla3/trunk/src/engine/backend.cpp (+1 lines)
Lines 105-110 Link Here
105
void CSocketBackend::OnRateAvailable(enum CRateLimiter::rate_direction direction)
105
void CSocketBackend::OnRateAvailable(enum CRateLimiter::rate_direction direction)
106
{
106
{
107
	wxSocketEvent evt;
107
	wxSocketEvent evt;
108
	evt.SetId(GetId());
108
	if (direction == CRateLimiter::outbound)
109
	if (direction == CRateLimiter::outbound)
109
		evt.m_event = wxSOCKET_OUTPUT;
110
		evt.m_event = wxSOCKET_OUTPUT;
110
	else
111
	else

Return to bug 89290