Mercurial > pidgin.yaz
diff finch/gntblist.c @ 17226:618a3748ff64
merge of '6a857845ed772173ecc2083603f0d661eb52c68a'
and 'f806da14ec2d87cd6650b921eaeed3c6d6587598'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 21 May 2007 20:58:23 +0000 |
parents | 46f2f86e08e4 |
children | 0d9fba04fc85 |
line wrap: on
line diff
--- a/finch/gntblist.c Mon May 21 20:02:18 2007 +0000 +++ b/finch/gntblist.c Mon May 21 20:58:23 2007 +0000 @@ -447,9 +447,13 @@ node_remove, NULL, NULL, - .request_add_buddy = finch_request_add_buddy, - .request_add_chat = finch_request_add_chat, - .request_add_group = finch_request_add_group + finch_request_add_buddy, + finch_request_add_chat, + finch_request_add_group, + NULL, + NULL, + NULL, + NULL }; static gpointer @@ -955,7 +959,7 @@ prompt = g_strdup_printf(_("Please enter the new name for %s"), name); - text = PURPLE_BLIST_NODE_IS_GROUP(node) ? _("Rename") : _("Alias"); + text = PURPLE_BLIST_NODE_IS_GROUP(node) ? _("Rename") : _("Set Alias"); purple_request_input(node, text, prompt, _("Enter empty string to reset the name."), name, FALSE, FALSE, NULL, text, G_CALLBACK(rename_blist_node), _("Cancel"), NULL,