~nick-dedekind/unity8/indicator.submenu-reinit

« back to all changes in this revision

Viewing changes to plugins/Unity/IndicatorsLegacy/Network/qml/AccessPoint.qml

  • Committer: Nick Dedekind
  • Date: 2013-09-16 07:37:30 UTC
  • mfrom: (229.1.91 trunk)
  • Revision ID: nicholas.dedekind@gmail.com-20130916073730-3o9iv6i9h0d2c7rl
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
            imageName += "-secure";
48
48
        }
49
49
 
50
 
        return "image://gicon/" + imageName;
 
50
        return "image://theme/" + imageName;
51
51
    }
52
52
 
53
 
    icon: menu && wifiApStrength ? getNetworkIcon(menu) : "image://gicon/wifi-none"
 
53
    icon: menu && wifiApStrength ? getNetworkIcon(menu) : "image://theme/wifi-none"
54
54
    iconFrame: false
55
55
    control: CheckBox {
56
56
        id: checkBoxActive