Skip to content

[applet/contents/ui/ConnectionItem] Fix trying to reach non existing objects

Ömer Fadıl Usta requested to merge work/usta_fix_null_problems into master

Whenever popup menu lost it still trys to reach already destroyed objects which causes :

qrc:/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/ConnectionItem.qml:312: TypeError: Value is null and could not be converted to an object
qrc:/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/ConnectionItem.qml:312: TypeError: Value is null and could not be converted to an object
qrc:/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/ConnectionItem.qml:312: TypeError: Value is null and could not be converted to an object
qrc:/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/ConnectionItem.qml:312: TypeError: Value is null and could not be converted to an object
qrc:/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/ConnectionItem.qml:312: TypeError: Value is null and could not be converted to an object
qrc:/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/ConnectionItem.qml:312: TypeError: Value is null and could not be converted to an object
qrc:/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/ConnectionItem.qml:312: TypeError: Value is null and could not be converted to an object
qrc:/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/ConnectionItem.qml:312: TypeError: Value is null and could not be converted to an object
qrc:/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/ConnectionItem.qml:312: TypeError: Value is null and could not be converted to an object
qrc:/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/ConnectionItem.qml:312: TypeError: Value is null and could not be converted to an object
qrc:/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/ConnectionItem.qml:312: TypeError: Value is null and could not be converted to an object
qrc:/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/ConnectionItem.qml:312: TypeError: Value is null and could not be converted to an object
qrc:/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/ConnectionItem.qml:312: TypeError: Value is null and could not be converted to an object
qrc:/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/ConnectionItem.qml:312: TypeError: Value is null and could not be converted to an object
qrc:/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/ConnectionItem.qml:312: TypeError: Value is null and could not be converted to an object

Merge request reports