Mercurial > pidgin.yaz
changeset 21963:02153fd5a092
merge of 'a8b520be697763fb22572a1a5f50fe2d01738644'
and 'b258cff50ffc5f9b23d522eab379acdd543fd54c'
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Sun, 30 Dec 2007 10:07:50 +0000 |
parents | b693b6cbeae4 (current diff) ad10d20bf0f4 (diff) |
children | eaaac273d80c |
files | |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.c Sat Dec 29 23:27:11 2007 +0000 +++ b/libpurple/protocols/myspace/myspace.c Sun Dec 30 10:07:50 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;