]> code.citadel.org Git - citadel.git/commit
Killed the refresh timer in who.cpp
authorSteve Williams <patriot@uncensored.citadel.org>
Mon, 15 Nov 1999 04:19:19 +0000 (04:19 +0000)
committerSteve Williams <patriot@uncensored.citadel.org>
Mon, 15 Nov 1999 04:19:19 +0000 (04:19 +0000)
commit8836f17450dd80ddcb9f549b8bef47d8ac7a0c15
tree8683065b717051b40eb40d64f85a75570ab7ef77
parentc930533038384189c13729ed255ff4c55ddf3185
Killed the refresh timer in who.cpp
Updated the who function so that refreshes are no longer automated, but
WILL work when clicking on 'refresh' on the who window.
who_refresh had a timer which wasn't stoppable, which would, when
connecting to another bbs, continue running and then core dump.
Removed the read new button from roomview.  It wasn't necessary as new
messages dump automatically.
daphne/ChangeLog
daphne/citclient.cpp
daphne/includes.hpp
daphne/main.cpp
daphne/roomtree.cpp
daphne/roomview.cpp
daphne/userlogin.cpp
daphne/who.cpp