<table><tr><td style="">bruns created this revision.<br />bruns added reviewers: Frameworks, afiestas.<br />Herald added a project: Frameworks.<br />Herald added a subscriber: kde-frameworks-devel.<br />bruns requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D28782">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>The deviceAdded signal was emitted twice, once with the old device list<br />
in m_deviceList, once with the new one.</p>

<p>The first one is actually wrong and was fixed in kdelibs4 by moving the<br />
deviceAdded signal after the m_deviceList update. In KF5, the second<br />
signal was added but the first one never removed.</p>

<p>Move the m_deviceList update to the top (though for deviceRemoved it<br />
does not matter much), and remove the second signal.</p>

<p>Depends on <a href="https://phabricator.kde.org/D28779" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D28779</a></p></div></div><br /><div><strong>TEST PLAN</strong><div><ol class="remarkup-list">
<li class="remarkup-list-item">solid-hardware listen</li>
<li class="remarkup-list-item">add an entry to the fstab</li>
</ol>

<p>-> deviceAdded is only emitted once</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R245 Solid</div></div></div><br /><div><strong>BRANCH</strong><div><div>submit</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D28782">https://phabricator.kde.org/D28782</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/solid/devices/backends/fstab/fstabmanager.cpp</div></div></div><br /><div><strong>To: </strong>bruns, Frameworks, afiestas<br /><strong>Cc: </strong>kde-frameworks-devel, LeGast00n, cblack, michaelh, ngraham, bruns<br /></div>