changeset 28782:b937f137cd05

A simple g_strdup is fine here.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 21 Oct 2009 23:27:16 +0000
parents 71dc3b5edbe7
children 9e1350072dec
files pidgin/gtkpounce.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkpounce.c	Wed Oct 21 23:26:41 2009 +0000
+++ b/pidgin/gtkpounce.c	Wed Oct 21 23:27:16 2009 +0000
@@ -1455,7 +1455,7 @@
 		 * Here we place the protocol name in the pounce dialog to lessen
 		 * confusion about what protocol a pounce is for.
 		 */
-		tmp = g_strdup_printf(
+		tmp = g_strdup(
 				   (events & PURPLE_POUNCE_TYPING) ?
 				   _("Started typing") :
 				   (events & PURPLE_POUNCE_TYPED) ?