D19698: Remove crash in plasmashell

2019-03-12 Thread Laurent Montel
This revision was automatically updated to reflect the committed changes. Closed by commit R242:ebae2d630336: Remove crash in plasmashell (authored by mlaurent). REPOSITORY R242 Plasma Framework (Library) CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D19698?vs=53707&id=53712 REVISIO

D19698: Remove crash in plasmashell

2019-03-12 Thread Laurent Montel
mlaurent updated this revision to Diff 53707. mlaurent added a comment. Fix coding style REPOSITORY R242 Plasma Framework (Library) CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D19698?vs=53703&id=53707 BRANCH remove_crash_bug_405351 (branched from master) REVISION DETAIL ht

D19698: Remove crash in plasmashell

2019-03-12 Thread Kai Uwe Broulik
broulik accepted this revision. This revision is now accepted and ready to land. REPOSITORY R242 Plasma Framework (Library) BRANCH remove_crash_bug_405351 (branched from master) REVISION DETAIL https://phabricator.kde.org/D19698 To: mlaurent, dfaure, #frameworks, #plasma, broulik Cc: brou

D19698: Remove crash in plasmashell

2019-03-12 Thread Kai Uwe Broulik
broulik requested changes to this revision. broulik added inline comments. This revision now requires changes to proceed. INLINE COMMENTS > datamodel.cpp:67 > { > -return sourceModel()->roleNames(); > +if (sourceModel()) > + return sourceModel()->roleNames(); Coding style, braces

D19698: Remove crash in plasmashell

2019-03-11 Thread Luca Beltrame
lbeltrame added reviewers: Frameworks, Plasma. REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL https://phabricator.kde.org/D19698 To: mlaurent, dfaure, #frameworks, #plasma Cc: kde-frameworks-devel, michaelh, ngraham, bruns

D19698: Remove crash in plasmashell

2019-03-11 Thread Laurent Montel
mlaurent created this revision. mlaurent added a reviewer: dfaure. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. mlaurent requested review of this revision. REVISION SUMMARY remove bug in plasmashell Bug 405341 TEST PLAN can't reproduce bug REPOSITORY