# HG changeset patch # User Sadrul Habib Chowdhury # Date 1256167636 0 # Node ID b937f137cd05bf943955b249b2a2bb21a5784b80 # Parent 71dc3b5edbe7984d5f9fe1487e674a3fa46295c3 A simple g_strdup is fine here. diff -r 71dc3b5edbe7 -r b937f137cd05 pidgin/gtkpounce.c --- 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) ?