# HG changeset patch # User Eric Warmenhoven # Date 965950947 0 # Node ID 18e147714c4ba2eec11efc2c925072b59e359755 # Parent 3425f0e0b0e7b2562b806371ca7838326f18f8d4 [gaim-migrate @ 673] no more lag, no more lagometer committer: Tailor Script diff -r 3425f0e0b0e7 -r 18e147714c4b plugins/notify.c --- a/plugins/notify.c Thu Aug 10 22:30:32 2000 +0000 +++ b/plugins/notify.c Thu Aug 10 23:42:27 2000 +0000 @@ -11,9 +11,6 @@ struct conversation *cnv = find_conversation(*who); GtkWindow *win; - if (!strcmp(*what, LAGOMETER_STR)) - return; - if (cnv == NULL) cnv = new_conversation(*who);