comparison pidgin/gtkpounce.c @ 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 3d997c09b94e
children 2fc38fb61418 e3206d6da6c7
comparison
equal deleted inserted replaced
28781:71dc3b5edbe7 28782:b937f137cd05
1453 1453
1454 /* 1454 /*
1455 * Here we place the protocol name in the pounce dialog to lessen 1455 * Here we place the protocol name in the pounce dialog to lessen
1456 * confusion about what protocol a pounce is for. 1456 * confusion about what protocol a pounce is for.
1457 */ 1457 */
1458 tmp = g_strdup_printf( 1458 tmp = g_strdup(
1459 (events & PURPLE_POUNCE_TYPING) ? 1459 (events & PURPLE_POUNCE_TYPING) ?
1460 _("Started typing") : 1460 _("Started typing") :
1461 (events & PURPLE_POUNCE_TYPED) ? 1461 (events & PURPLE_POUNCE_TYPED) ?
1462 _("Paused while typing") : 1462 _("Paused while typing") :
1463 (events & PURPLE_POUNCE_SIGNON) ? 1463 (events & PURPLE_POUNCE_SIGNON) ?