D17882: Abort updateWindowTitle and activeViewChanged if not changed.

Kai Uwe Broulik noreply at phabricator.kde.org
Thu Jan 10 13:22:38 GMT 2019


broulik accepted this revision.
broulik added inline comments.
This revision is now accepted and ready to land.

INLINE COMMENTS

> dolphinmainwindow.cpp:1007
>  {
> -    setWindowTitle(m_activeViewContainer->caption());
> +    QString newTitle = m_activeViewContainer->caption();
> +    if (windowTitle() != newTitle) {

`const`

REPOSITORY
  R318 Dolphin

BRANCH
  reduceRefreshCalls

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

To: rizzitello, #dolphin, elvisangelaccio, broulik
Cc: broulik, kfm-devel, alexde, feverfew, spoorun, navarromorales, firef, andrebarros, emmanuelp, mikesomov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20190110/251ec141/attachment.htm>


More information about the kfm-devel mailing list