diff -r f541803353ed -r e38d86958a63 src/gtkaccount.c --- a/src/gtkaccount.c Sat Aug 13 05:30:13 2005 +0000 +++ b/src/gtkaccount.c Sat Aug 13 05:54:34 2005 +0000 @@ -1758,7 +1758,7 @@ scale = gdk_pixbuf_scale_simple(pixbuf, 16, 16, GDK_INTERP_BILINEAR); - if (!gaim_account_is_connected(account)) + if (gaim_account_is_disconnected(account)) gdk_pixbuf_saturate_and_pixelate(scale, scale, 0.0, FALSE); } gtk_list_store_set(dialog->model, &iter, @@ -2144,7 +2144,7 @@ { scale = gdk_pixbuf_scale_simple(pixbuf, 16, 16, GDK_INTERP_BILINEAR); - if (!gaim_account_is_connected(account)) + if (gaim_account_is_disconnected(account)) gdk_pixbuf_saturate_and_pixelate(scale, scale, 0.0, FALSE); }