1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 16:44:05 +02:00

Fix sparkle. Again. No, undefined macros are not fun when #ifed.

This commit is contained in:
Leo Franchi
2011-08-15 01:44:55 -04:00
parent b8394003e8
commit a8513d41ea
4 changed files with 42 additions and 39 deletions

View File

@@ -113,7 +113,7 @@ Portfwd::get_status()
// Q_ASSERT(urls->controlURL_CIF != NULL);
// get connection speed
UPNP_GetLinkLayerMaxBitRates(
urls->controlURL_CIF, data->CIF.servicetype, &m_downbps, &m_upbps);
urls->controlURL_CIF, data->first.servicetype, &m_downbps, &m_upbps);
// get external IP adress
char ip[16];