Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-backports-src > by-pkgid > 4d2f174cb0f35fb82133b83f77e251d7 > files > 1

sylpheed-3.0.0-1mdv2009.1.src.rpm

--- src/summaryview.c.str	2008-12-20 07:29:33.000000000 +0100
+++ src/summaryview.c	2008-12-20 07:30:58.000000000 +0100
@@ -1309,7 +1309,7 @@
 
 	if (!found) {
 		if (notice)
-			alertpanel_notice(notice);
+			alertpanel_notice("%s", notice);
 	} else
 		summary_select_row
 			(summaryview, &prev,
@@ -1353,7 +1353,7 @@
 
 	if (!found) {
 		if (notice)
-			alertpanel_notice(notice);
+			alertpanel_notice("%s", notice);
 	} else
 		summary_select_row
 			(summaryview, &next,
@@ -2466,7 +2466,7 @@
 	if (item->cache_dirty) {
 		buf = g_strdup_printf(_("Writing summary cache (%s)..."),
 				      item->path);
-		debug_print(buf);
+		debug_print("%s", buf);
 		STATUSBAR_PUSH(summaryview->mainwin, buf);
 		gdk_flush();
 		g_free(buf);