Mercurial > pidgin
changeset 21953:ad10d20bf0f4
merge of '09b67b44dabe98093e6dc706c0d731212e129a79'
and 'fb375dc299f22214e1d15477b0df15409d5362e1'
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Sun, 30 Dec 2007 10:06:58 +0000 |
parents | d357ce994bd6 (diff) 93e2caaa37ac (current diff) |
children | 02153fd5a092 |
files | |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.c Sat Dec 29 04:46:49 2007 +0000 +++ b/libpurple/protocols/myspace/myspace.c Sun Dec 30 10:06:58 2007 +0000 @@ -2912,8 +2912,7 @@ menu = g_list_append(menu, act); #endif - act = purple_plugin_action_new(g_strdup_printf("%s", - _("Add friends from MySpace.com")), msim_import_friends); + act = purple_plugin_action_new(_("Add friends from MySpace.com"), msim_import_friends); menu = g_list_append(menu, act); return menu;