pidgin/gtkpounce.c

branch
next.minor
changeset 29628
7ba47b28bda9
parent 29508
26abf4ffa828
parent 28717
7cd8b1322913
child 29701
6c95c4bd2241
equal deleted inserted replaced
29627:06ed2b4fb291 29628:7ba47b28bda9
1440 1440
1441 /* 1441 /*
1442 * Here we place the protocol name in the pounce dialog to lessen 1442 * Here we place the protocol name in the pounce dialog to lessen
1443 * confusion about what protocol a pounce is for. 1443 * confusion about what protocol a pounce is for.
1444 */ 1444 */
1445 tmp = g_strdup_printf( 1445 tmp = g_strdup(
1446 (events & PURPLE_POUNCE_TYPING) ? 1446 (events & PURPLE_POUNCE_TYPING) ?
1447 _("Started typing") : 1447 _("Started typing") :
1448 (events & PURPLE_POUNCE_TYPED) ? 1448 (events & PURPLE_POUNCE_TYPED) ?
1449 _("Paused while typing") : 1449 _("Paused while typing") :
1450 (events & PURPLE_POUNCE_SIGNON) ? 1450 (events & PURPLE_POUNCE_SIGNON) ?

mercurial