After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 761941 - [PATCH] silence pango critical on tagged search
[PATCH] silence pango critical on tagged search
Status: RESOLVED FIXED
Product: gnome-music
Classification: Applications
Component: general
3.19.x
Other Linux
: Normal minor
: ---
Assigned To: gnome-music-maint
gnome-music-maint
Depends on:
Blocks:
 
 
Reported: 2016-02-12 13:21 UTC by Marinus Schraal
Modified: 2016-03-04 12:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fixes a pango critical warning (627 bytes, patch)
2016-02-12 13:21 UTC, Marinus Schraal
committed Details | Review

Description Marinus Schraal 2016-02-12 13:21:20 UTC
Created attachment 320974 [details] [review]
fixes a pango critical warning

On tagged search I always saw this warning in the terminal:

(gnome-music:28227): Pango-CRITICAL **: pango_layout_set_text: assertion 'length == 0 || text != NULL' failed

The fix is trivial.
Comment 1 Felipe Borges 2016-02-12 14:40:01 UTC
Review of attachment 320974 [details] [review]:

Sure!