# HG changeset patch # User Eric Warmenhoven # Date 956862438 0 # Node ID e9ca9146ebf19b15199ff16882fec7d564e1acfb # Parent 948100a8cb23e585acbaafc70509bda2f125fa9b [gaim-migrate @ 202] If you have the lagometer set so the lag is being tested, it would give you a new conversation window to yourself. Now it shouldn't. committer: Tailor Script diff -r 948100a8cb23 -r e9ca9146ebf1 plugins/notify.c --- a/plugins/notify.c Thu Apr 27 12:14:16 2000 +0000 +++ b/plugins/notify.c Thu Apr 27 19:07:18 2000 +0000 @@ -2,6 +2,7 @@ #include "gaim.h" #include +#include void *handle; @@ -10,6 +11,9 @@ struct conversation *cnv = find_conversation(*who); GtkWindow *win; + if (!strcmp(*what, LAGOMETER_STR)) + return; + if (cnv == NULL) cnv = new_conversation(*who);