https://bugs.kde.org/show_bug.cgi?id=517384

--- Comment #4 from [email protected] ---
            } else if (type == NetworkManager::Device::Bridge) {
                // TODO: use a not-yet created bridge-specific network icon
here
                setConnectionIcon(QStringLiteral("network-wired-activated"));
               
setConnectionTooltipIcon(QStringLiteral("network-wired-activated"));
            } else if (type == NetworkManager::Device::OvsBridge) {
                setConnectionIcon(QStringLiteral("network-wired-activated"));
               
setConnectionTooltipIcon(QStringLiteral("network-wired-activated"));
            }

Not resolve problem. When we get the "connected" status and unplug the cable,
the "disconnected" status doesn't appear.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to