comparison src/protocols/gg/gg.c @ 2791:8f6365332a05

[gaim-migrate @ 2804] i hate this shit. i should just stop hacking gaim. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 26 Nov 2001 20:39:54 +0000
parents a0fd8f91e294
children 9123abd0db92
comparison
equal deleted inserted replaced
2790:0148422dff4d 2791:8f6365332a05
1 /* 1 /*
2 * gaim - Gadu-Gadu Protocol Plugin 2 * gaim - Gadu-Gadu Protocol Plugin
3 * $Id: gg.c 2786 2001-11-20 01:01:22Z warmenhoven $ 3 * $Id: gg.c 2804 2001-11-26 20:39:54Z 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(gc, NULL, FALSE, buf, NULL); 793 g_show_info_text(gc, NULL, 2, 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)