# HG changeset patch # User Mark Doliner # Date 1088457636 0 # Node ID da603f6c5482e2d86343a2d46d960ef85e5d0029 # Parent c82e015c83fd5031c534bb15104e8924e22b11d9 [gaim-migrate @ 10236] Bye bye Warning McWarnWarn committer: Tailor Script diff -r c82e015c83fd -r da603f6c5482 src/protocols/gg/gg.c --- a/src/protocols/gg/gg.c Mon Jun 28 13:17:03 2004 +0000 +++ b/src/protocols/gg/gg.c Mon Jun 28 21:20:36 2004 +0000 @@ -1,6 +1,6 @@ /* * gaim - Gadu-Gadu Protocol Plugin - * $Id: gg.c 10230 2004-06-27 18:19:09Z lschiere $ + * $Id: gg.c 10236 2004-06-28 21:20:36Z thekingant $ * * Copyright (C) 2001 Arkadiusz Mi¶kiewicz * @@ -225,23 +225,25 @@ gg_change_status(gd->sess, status); } +#if 0 static void agg_get_away(GaimConnection *gc, const char *who) { GaimBuddy *buddy; char *dialog_msg, **splitmsg; if (invalid_uin(who)) - return; + return; buddy = gaim_find_buddy(gaim_connection_get_account(gc), who); if (buddy->proto_data) { - /* Split at (carriage return/newline)'s, then rejoin later with BRs between. */ - splitmsg = g_strsplit(buddy->proto_data, "\r\n", 0); + /* Split at (carriage return/newline)'s, then rejoin later with BRs between. */ + splitmsg = g_strsplit(buddy->proto_data, "\r\n", 0); - dialog_msg = g_strdup_printf(_("UIN: %s
Status: %s
%s"), who, (char *)buddy->proto_data, g_strjoinv("
", splitmsg)); - gaim_notify_formatted(gc, NULL, _("Buddy Information"), buddy->proto_data, dialog_msg, NULL, (char *)who); + dialog_msg = g_strdup_printf(_("UIN: %s
Status: %s
%s"), who, (char *)buddy->proto_data, g_strjoinv("
", splitmsg)); + gaim_notify_formatted(gc, NULL, _("Buddy Information"), buddy->proto_data, dialog_msg, NULL, (char *)who); } } +#endif static gchar *get_away_text(int uc) {