Change Offline icon in buddy list back to opaque. I found it too hard to discern it from idle otherwise

Mon, 28 May 2007 19:56:40 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Mon, 28 May 2007 19:56:40 +0000
changeset 17418
dca3c1ab101f
parent 17417
e582f0260df2
child 17426
dc72f16838d6

Change Offline icon in buddy list back to opaque. I found it too hard to discern it from idle otherwise

pidgin/gtkblist.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkblist.c	Mon May 28 19:51:44 2007 +0000
+++ b/pidgin/gtkblist.c	Mon May 28 19:56:40 2007 +0000
@@ -3230,7 +3230,7 @@
 				ret = gtk_widget_render_icon (GTK_WIDGET(gtkblist->treeview), PIDGIN_STOCK_STATUS_XA,
 						icon_size, "GtkTreeView");
 		else if (purple_presence_is_status_primitive_active(p, PURPLE_STATUS_OFFLINE))
-			ret = gtk_widget_render_icon (GTK_WIDGET(gtkblist->treeview), PIDGIN_STOCK_STATUS_OFFLINE_I,
+			ret = gtk_widget_render_icon (GTK_WIDGET(gtkblist->treeview), PIDGIN_STOCK_STATUS_OFFLINE,
 					icon_size, "GtkTreeView");
 		else if (purple_presence_is_idle(p) && size == PIDGIN_STATUS_ICON_SMALL)
 			ret = gtk_widget_render_icon (GTK_WIDGET(gtkblist->treeview), PIDGIN_STOCK_STATUS_AVAILABLE_I,

mercurial