From 5ceb0b25675095cb40e6ff3dc674e9dca2879238 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Mon, 4 Dec 2006 12:03:30 +0000 Subject: [PATCH] playlists-within-playlists can make the playlist label longer 100 characters --- campcaster/src/products/gLiveSupport/src/NowPlaying.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/campcaster/src/products/gLiveSupport/src/NowPlaying.cxx b/campcaster/src/products/gLiveSupport/src/NowPlaying.cxx index 1f36fa9e0..26846e24a 100644 --- a/campcaster/src/products/gLiveSupport/src/NowPlaying.cxx +++ b/campcaster/src/products/gLiveSupport/src/NowPlaying.cxx @@ -273,7 +273,7 @@ NowPlaying :: createFormattedLabel(int fontSize) throw () Pango::Attribute::create_attr_font_desc( fontDescription); fontDescriptionAttribute.set_start_index(0); - fontDescriptionAttribute.set_end_index(100); + fontDescriptionAttribute.set_end_index(255); Pango::AttrList attributeList; attributeList.insert(fontDescriptionAttribute);