comparison plugins/notify.c @ 663:18e147714c4b

[gaim-migrate @ 673] no more lag, no more lagometer committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 10 Aug 2000 23:42:27 +0000
parents e9ca9146ebf1
children 91b7377e7b45
comparison
equal deleted inserted replaced
662:3425f0e0b0e7 663:18e147714c4b
8 8
9 void received_im(char **who, char **what, void *m) { 9 void received_im(char **who, char **what, void *m) {
10 char buf[256]; 10 char buf[256];
11 struct conversation *cnv = find_conversation(*who); 11 struct conversation *cnv = find_conversation(*who);
12 GtkWindow *win; 12 GtkWindow *win;
13
14 if (!strcmp(*what, LAGOMETER_STR))
15 return;
16 13
17 if (cnv == NULL) 14 if (cnv == NULL)
18 cnv = new_conversation(*who); 15 cnv = new_conversation(*who);
19 16
20 win = (GtkWindow *)cnv->window; 17 win = (GtkWindow *)cnv->window;