GNOME Bugzilla – Bug 778552
Misc fixes
Last modified: 2017-02-13 15:12:31 UTC
.
Created attachment 345608 [details] [review] portalHelper: Fix runtime warning When there is no URI, then the title should be empty, not null: Gjs-WARNING **: JS ERROR: Error: Argument 'str' (type utf8) may not be null
Created attachment 345609 [details] [review] portalHelper: Fix signal arguments How did this work in tests?!
Review of attachment 345608 [details] [review]: Yes
Review of attachment 345609 [details] [review]: Eeks, yes
Attachment 345608 [details] pushed as 98cdd44 - portalHelper: Fix runtime warning Attachment 345609 [details] pushed as b5bf82b - portalHelper: Fix signal arguments
(In reply to Bastien Nocera from comment #2) > How did this work in tests?! JavaScript works in mysterious ways....