Mercurial > pidgin.yaz
changeset 9985:8cc2866678f3
[gaim-migrate @ 10896]
Are the novell guys going to fix this for us?
I just #if 0'd some stuff out so it compiles.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Wed, 08 Sep 2004 06:38:10 +0000 |
parents | e4a032202d49 |
children | cf27dea1d0a5 |
files | src/protocols/novell/novell.c |
diffstat | 1 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/novell/novell.c Wed Sep 08 06:07:01 2004 +0000 +++ b/src/protocols/novell/novell.c Wed Sep 08 06:38:10 2004 +0000 @@ -1147,6 +1147,7 @@ static void _update_buddy_status(GaimBuddy * buddy, int status, int gmt) { +#if 0 GaimConnection *gc = gaim_account_get_connection(buddy->account); int gstatus = status << 1; int idle = 0; @@ -1175,6 +1176,7 @@ } serv_got_update(gc, buddy->name, loggedin, 0, 0, idle, gstatus); +#endif } /* Iterate through the cached Gaim buddy list and remove buddies @@ -2906,7 +2908,7 @@ return NULL; } - +#if 0 static GList * novell_away_states(GaimConnection * gc) { @@ -2991,7 +2993,7 @@ if (text) g_free(text); } - +#endif static void novell_add_permit(GaimConnection *gc, const char *who) { @@ -3399,7 +3401,7 @@ novell_list_emblems, /* list_emblems */ novell_status_text, /* status_text */ novell_tooltip_text, /* tooltip_text */ - novell_away_states, /* away_states */ + /*novell_away_states*/NULL, /* away_states */ novell_blist_node_menu, /* blist_node_menu */ NULL, /* chat_info */ NULL, /* chat_info_defaults */ @@ -3409,7 +3411,7 @@ NULL, /* set_info */ novell_send_typing, /* send_typing */ novell_get_info, /* get_info */ - novell_set_away, /* set_away */ + /*novell_set_away*/ NULL, /* set_away */ novell_set_idle, /* set_idle */ NULL, /* change_passwd */ novell_add_buddy, /* add_buddy */