comparison src/protocols/gg/gg.c @ 2773:a0fd8f91e294

[gaim-migrate @ 2786] SPAM!!! All recipients of the email generated by this commit each owe me $125 per email sent, plus a $75 handling fee for all messages combined. Or was that supposed to be the other way around. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 20 Nov 2001 01:01:22 +0000
parents e841b14b5b89
children 8f6365332a05
comparison
equal deleted inserted replaced
2772:f9227268db25 2773:a0fd8f91e294
1 /* 1 /*
2 * gaim - Gadu-Gadu Protocol Plugin 2 * gaim - Gadu-Gadu Protocol Plugin
3 * $Id: gg.c 2719 2001-11-10 08:02:40Z warmenhoven $ 3 * $Id: gg.c 2786 2001-11-20 01:01:22Z warmenhoven $
4 * 4 *
5 * Copyright (C) 2001, Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL> 5 * Copyright (C) 2001, Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
788 j++; 788 j++;
789 } 789 }
790 790
791 g_strfreev(webdata_tbl); 791 g_strfreev(webdata_tbl);
792 792
793 g_show_info_text(buf, NULL); 793 g_show_info_text(gc, NULL, FALSE, buf, NULL);
794 794
795 g_free(buf); 795 g_free(buf);
796 } 796 }
797 797
798 static void search_callback(gpointer data, gint source, GaimInputCondition cond) 798 static void search_callback(gpointer data, gint source, GaimInputCondition cond)