Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 814284 | Differences between
and this patch

Collapse All | Expand All

(-)s/applets/devicenotifier/package/contents/ui/devicenotifier.qml (-1 / +1 lines)
Lines 88-93 Link Here
88
        onSourceAdded: {
88
        onSourceAdded: {
89
            disconnectSource(source);
89
            disconnectSource(source);
90
            connectSource(source);
90
            connectSource(source);
91
            sdSource.connectedSources = sources
91
        }
92
        }
92
        onSourceRemoved: {
93
        onSourceRemoved: {
93
            disconnectSource(source);
94
            disconnectSource(source);
Lines 111-117 Link Here
111
    PlasmaCore.DataSource {
112
    PlasmaCore.DataSource {
112
        id: sdSource
113
        id: sdSource
113
        engine: "soliddevice"
114
        engine: "soliddevice"
114
        connectedSources: hpSource.sources
115
        interval: 0
115
        interval: 0
116
        property string last
116
        property string last
117
        onSourceAdded: {
117
        onSourceAdded: {

Return to bug 814284