comparison pidgin/gtkconv.c @ 29070:5c77b620375c

merged with im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 30 Nov 2009 16:07:54 +0900
parents 2ecd4bc80500 39a48c780bcb
children 02bc1e883f05
comparison
equal deleted inserted replaced
29018:1929b7a0c2c8 29070:5c77b620375c
3970 3970
3971 gtk_box_pack_start(GTK_BOX(box), image, FALSE, FALSE, 0); 3971 gtk_box_pack_start(GTK_BOX(box), image, FALSE, FALSE, 0);
3972 gtk_box_pack_start(GTK_BOX(box), label, TRUE, TRUE, 4); 3972 gtk_box_pack_start(GTK_BOX(box), label, TRUE, TRUE, 4);
3973 3973
3974 if (buddy != NULL && 3974 if (buddy != NULL &&
3975 !purple_presence_is_online(purple_buddy_get_presence(buddy)) && 3975 !purple_presence_is_online(purple_buddy_get_presence(buddy)))
3976 !purple_account_supports_offline_message(account, buddy))
3977 { 3976 {
3978 gtk_widget_set_sensitive(label, FALSE); 3977 gtk_widget_set_sensitive(label, FALSE);
3979 3978
3980 /* Set the label sensitive when the menuitem is highlighted and 3979 /* Set the label sensitive when the menuitem is highlighted and
3981 * insensitive again when the mouse leaves it. This way, it 3980 * insensitive again when the mouse leaves it. This way, it