rpms/xnoise-plugins-core/devel xnoise-plugins-core-0.1.6-no_bold.patch, NONE, 1.1

Michel Alexandre Salim salimma at fedoraproject.org
Mon Jul 5 18:08:55 UTC 2010


Author: salimma

Update of /cvs/pkgs/rpms/xnoise-plugins-core/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22038

Added Files:
	xnoise-plugins-core-0.1.6-no_bold.patch 
Log Message:
patch to remove bold tags from notification summary


xnoise-plugins-core-0.1.6-no_bold.patch:
 xnoise-notifications.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE xnoise-plugins-core-0.1.6-no_bold.patch ---
--- xnoise-plugins-core-0.1.6/src/notifications/xnoise-notifications.c.no_bold	2010-06-10 17:56:47.000000000 +0200
+++ xnoise-plugins-core-0.1.6/src/notifications/xnoise-notifications.c	2010-07-03 15:24:52.114278710 +0200
@@ -376,7 +376,7 @@
 		_xnoise_track_data_unref0 (td);
 	}
 	xnoise_get_image_path_for_media_uri (uri, &image_path);
-	summary = (_tmp18_ = g_strconcat (_tmp17_ = g_strconcat ("<b>", title, NULL), "</b>", NULL), _g_free0 (_tmp17_), _tmp18_);
+	summary = (_tmp18_ = g_strdup (title), _g_free0 (summary), _tmp18_);
 	body = (_tmp25_ = g_strconcat (_tmp24_ = g_strconcat (_tmp23_ = g_strconcat (_tmp22_ = g_strconcat (_tmp21_ = g_strconcat (_tmp20_ = g_strconcat (_tmp19_ = g_strconcat (_ ("by"), " <b>", NULL), artist, NULL), "</b> \n", NULL), _ ("on"), NULL), " <b>", NULL), album, NULL), "</b>", NULL), _g_free0 (_tmp24_), _g_free0 (_tmp23_), _g_free0 (_tmp22_), _g_free0 (_tmp21_), _g_free0 (_tmp20_), _g_free0 (_tmp19_), _tmp25_);
 	if (self->priv->notification == NULL) {
 		NotifyNotification* _tmp26_;



More information about the scm-commits mailing list