ahmadsamir added inline comments.

INLINE COMMENTS

> kpropertiesdialog.cpp:1172
>  
> -                l = new QLabel(i18n("Mounted on:"), d->m_frame);
> -                grid->addWidget(l, curRow, 0, Qt::AlignRight);
> +                // only show for non-root folders because '/' is obviously 
> mounted on '/'
> +                if(!hasRoot) {

Probably not so obvious for new Linux users; especially those coming from 
windows where things are represented as C:\, D:\ ... etc.

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D24746

To: tienisto, #vdg, ngraham
Cc: ahmadsamir, GB_2, kde-frameworks-devel, LeGast00n, michaelh, ngraham, bruns

Reply via email to