Searched hist:"5 c46b171392ac6c49b56eae7bf1e636d3d854c08" (Results 1 – 2 of 2) sorted by relevance
/haiku/src/apps/networkstatus/ |
H A D | NetworkStatusView.h | 5c46b171392ac6c49b56eae7bf1e636d3d854c08 Sat Apr 14 12:33:56 UTC 2012 Rene Gollent <anevilyak@gmail.com> Rework NetworkStatus's status tracking a bit.
NetworkStatus now tracks the status of each interface separately, and uses that information to make correct comparisons for notifications. Previously, it would only send notifications using whatever interface was last in the enumeration list, and if an earlier interface had a higher configuration level than that, the notification would incorrectly be sent as occurring on the last interface. We now send notifications for each interface separately. The status shown by the deskbar icon remains that of the most highly configured detected interface. Fixes #8468.
|
H A D | NetworkStatusView.cpp | 5c46b171392ac6c49b56eae7bf1e636d3d854c08 Sat Apr 14 12:33:56 UTC 2012 Rene Gollent <anevilyak@gmail.com> Rework NetworkStatus's status tracking a bit.
NetworkStatus now tracks the status of each interface separately, and uses that information to make correct comparisons for notifications. Previously, it would only send notifications using whatever interface was last in the enumeration list, and if an earlier interface had a higher configuration level than that, the notification would incorrectly be sent as occurring on the last interface. We now send notifications for each interface separately. The status shown by the deskbar icon remains that of the most highly configured detected interface. Fixes #8468.
|