D20810: Fix launcher URL comparison

Aleix Pol Gonzalez noreply at phabricator.kde.org
Thu Apr 25 17:07:10 BST 2019


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

INLINE COMMENTS

> ContextMenu.qml:279
>  
> -        enabled: visualParent && get(atm.LauncherUrlWithoutIcon) !== ""
> +        enabled: visualParent && get(atm.LauncherUrlWithoutIcon) != ""
>  

how about `enabled: visualParent && get(atm.LauncherUrlWithoutIcon)`?

REPOSITORY
  R119 Plasma Desktop

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

To: broulik, #plasma, hein, ngraham, mlaurent, apol
Cc: apol, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20190425/91ad6dd9/attachment.html>


More information about the Plasma-devel mailing list