Mercurial > pidgin
changeset 1532:249a770bebd7
[gaim-migrate @ 1542]
oo
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sun, 04 Mar 2001 03:18:45 +0000 |
parents | e06dcc3025a9 |
children | b6fe5cab70d6 |
files | TODO src/conversation.c |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/TODO Sun Mar 04 02:26:32 2001 +0000 +++ b/TODO Sun Mar 04 03:18:45 2001 +0000 @@ -12,6 +12,8 @@ Rename for groups/buddies Status labels in buddy list (mostly just for yahoo) Border for GtkIMHtml + Sounds on buddy pounce + Implement system logging I have an updated copy of libfaim. It adds a few new features (change password, confirm, req. email, change email,
--- a/src/conversation.c Sun Mar 04 02:26:32 2001 +0000 +++ b/src/conversation.c Sun Mar 04 03:18:45 2001 +0000 @@ -1719,7 +1719,7 @@ return; } - if (c->gc->prpl->set_info == NULL && c->info) + if (c->gc->prpl->get_info == NULL && c->info) gtk_widget_set_sensitive(c->info, FALSE); else if (c->info) gtk_widget_set_sensitive(c->info, TRUE);