# HG changeset patch # User Tim Ringenbach # Date 1094625490 0 # Node ID 8cc2866678f393767e2784ad5114cd20ae7f57c8 # Parent e4a032202d49ab287f5535d7a0d28b3d3280f3e2 [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 diff -r e4a032202d49 -r 8cc2866678f3 src/protocols/novell/novell.c --- 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 */