D9985: Fix place item edit after creation

Nathaniel Graham noreply at phabricator.kde.org
Fri Jan 19 17:18:57 GMT 2018


ngraham added inline comments.

INLINE COMMENTS

> placesitem.cpp:132
>  {
> -    if (bookmark == m_bookmark) {
> -        return;
> -    }
> +    const bool bookmarkDataCahnged = !(bookmark == m_bookmark);
>  

Cahnged -> Changed

> placesitem.cpp:137
>  
> +    if (!bookmarkDataCahnged) {
> +        return;

Cahnged -> Changed

REPOSITORY
  R318 Dolphin

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

To: renatoo
Cc: ngraham, #dolphin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20180119/1cdf4098/attachment.htm>


More information about the kfm-devel mailing list