# HG changeset patch # User Eric Warmenhoven # Date 973550545 0 # Node ID 6b013aff4de3765e34d07ed702d5c4de1c90c00e # Parent 81d19577285a1c19904177cdaf044007bca4af83 [gaim-migrate @ 1083] this proves my stupidity knows no bounds. thanks decklin committer: Tailor Script diff -r 81d19577285a -r 6b013aff4de3 plugins/lagmeter.c --- a/plugins/lagmeter.c Mon Nov 06 00:30:24 2000 +0000 +++ b/plugins/lagmeter.c Mon Nov 06 22:42:25 2000 +0000 @@ -123,6 +123,8 @@ gaim_signal_connect(handle, event_signon, avail_now, NULL); else avail_now(connections->data, NULL); + + return NULL; } void adjust_timeout(GtkWidget *button, GtkWidget *spinner) {