diff 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
line wrap: on
line diff
--- a/src/buddy.c	Wed Apr 02 05:50:04 2003 +0000
+++ b/src/buddy.c	Wed Apr 02 06:32:54 2003 +0000
@@ -315,7 +315,6 @@
 		g_signal_connect(G_OBJECT(menuitem), "activate", G_CALLBACK(show_rename_group), node);
 		gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem);
 	} else if (GAIM_BLIST_NODE_IS_BUDDY(node)) {
-		
 		/* Protocol specific options */
 		prpl = find_prpl(((struct buddy*)node)->account->protocol);