src/protocols/gg/gg.c

changeset 2791
26bdc3e83257
parent 2773
3f711c709792
child 2792
f40db99e87c7
equal deleted inserted replaced
2790:6aed180c94b1 2791:26bdc3e83257
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)

mercurial