Skip to content

cairo-util: Don't set title string to Pango layout if the title is NULL

Tomohito Esaki requested to merge etom/weston:wm-fix-title-layout into master

If buttons list isn't empty and title is NULL, SEGV is occured in pango_layout_set_text(). This patch fixes this problem.

Signed-off-by: Tomohito Esaki etom@igel.co.jp

Merge request reports