diff pidgin/gtkpounce.c @ 28410: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 3d997c09b94e
children 2fc38fb61418 e3206d6da6c7
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) ?