# HG changeset patch # User Gabriel Schulhof # Date 1187466373 0 # Node ID 722d5dc9f0bcb216c10957ccd933131df0d957f9 # Parent b80d3c8097d496073895b089c536e3e2527ea1e2 Added hints to gntblist.c diff -r b80d3c8097d4 -r 722d5dc9f0bc finch/gntblist.c --- a/finch/gntblist.c Sat Aug 18 19:39:31 2007 +0000 +++ b/finch/gntblist.c Sat Aug 18 19:46:13 2007 +0000 @@ -342,7 +342,7 @@ _("Add"), G_CALLBACK(add_buddy_cb), _("Cancel"), NULL, account, NULL, NULL, - NULL); + "blist", NULL); } static void @@ -419,7 +419,7 @@ _("You can edit more information from the context menu later."), fields, _("Add"), G_CALLBACK(add_chat_cb), _("Cancel"), NULL, NULL, NULL, NULL, - NULL); + "blist", NULL); } static void @@ -454,7 +454,7 @@ NULL, FALSE, FALSE, NULL, _("Add"), G_CALLBACK(add_group_cb), _("Cancel"), NULL, NULL, NULL, NULL, - NULL); + "blist", NULL); } static PurpleBlistUiOps blist_ui_ops = @@ -801,7 +801,7 @@ purple_request_fields(NULL, _("Edit Chat"), NULL, _("Please Update the necessary fields."), fields, _("Edit"), G_CALLBACK(chat_components_edit_ok), _("Cancel"), NULL, NULL, NULL, NULL, - chat); + "blist", chat); } static void @@ -1003,7 +1003,7 @@ name, FALSE, FALSE, NULL, text, G_CALLBACK(rename_blist_node), _("Cancel"), NULL, NULL, NULL, NULL, - node); + "blist", node); g_free(prompt); } @@ -1095,7 +1095,7 @@ primary, sec, 1, account, name, NULL, - node, 2, + "blist", node, 2, _("Remove"), finch_blist_remove_node, _("Cancel"), NULL); g_free(primary); @@ -2211,7 +2211,7 @@ _("OK"), G_CALLBACK(send_im_select_cb), _("Cancel"), NULL, NULL, NULL, NULL, - NULL); + "blist", NULL); } static void