Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > e081b7477b2c13fa229a4dd13c77f667 > files > 1

sylpheed-2.6.0-1mdv2009.0.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);