comparison src/buddy.c @ 4960:42bd8ab53234

[gaim-migrate @ 5294] I "made" some status icons for ICQ away states. They suck. Someone with some skills of an artist please to try improve them. Or even just whichever one you hate the most. Really, new icons are welcome. Email them to mark izat kingant dizot net and we'll put them under consideration. I actually think the DND and free for chat icons look pretty nice. The NA on the NA icon is not readable enough. The invisible is plain and not very meaningful. The occupied is not easily discernable and stupid. I also removed the option to have buddy list tabs at the top or bottom of the buddy list. And I took out my April Fools joke. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 02 Apr 2003 06:32:54 +0000
parents aa273fba7b09
children b9b2d7665721
comparison
equal deleted inserted replaced
4959:6ae40a9c5514 4960:42bd8ab53234
313 313
314 menuitem = gtk_image_menu_item_new_with_mnemonic(_("_Rename")); 314 menuitem = gtk_image_menu_item_new_with_mnemonic(_("_Rename"));
315 g_signal_connect(G_OBJECT(menuitem), "activate", G_CALLBACK(show_rename_group), node); 315 g_signal_connect(G_OBJECT(menuitem), "activate", G_CALLBACK(show_rename_group), node);
316 gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem); 316 gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem);
317 } else if (GAIM_BLIST_NODE_IS_BUDDY(node)) { 317 } else if (GAIM_BLIST_NODE_IS_BUDDY(node)) {
318
319 /* Protocol specific options */ 318 /* Protocol specific options */
320 prpl = find_prpl(((struct buddy*)node)->account->protocol); 319 prpl = find_prpl(((struct buddy*)node)->account->protocol);
321 320
322 if(prpl && prpl->get_info) { 321 if(prpl && prpl->get_info) {
323 menuitem = gtk_image_menu_item_new_with_mnemonic(_("_Get Info")); 322 menuitem = gtk_image_menu_item_new_with_mnemonic(_("_Get Info"));