diff -r d4e56cee9981 -r 4b3cc9097e9f pidgin/gtkconv.c --- a/pidgin/gtkconv.c Sun Nov 29 01:50:36 2009 +0000 +++ b/pidgin/gtkconv.c Sun Nov 29 03:19:51 2009 +0000 @@ -3903,8 +3903,7 @@ gtk_box_pack_start(GTK_BOX(box), label, TRUE, TRUE, 4); if (buddy != NULL && - !purple_presence_is_online(purple_buddy_get_presence(buddy)) && - !purple_account_supports_offline_message(account, buddy)) + !purple_presence_is_online(purple_buddy_get_presence(buddy))) { gtk_widget_set_sensitive(label, FALSE);