tUpdate to reflect removal of modal dialogs from network operations - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit ef8b7fb22cc38b2e2ef53049fe0e3eb597fda1d8
(DIR) parent 9ec3cd5bb22ee5d1e5044aa528385fc73903e0e4
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Fri, 12 Oct 2001 22:07:01 +0000
Update to reflect removal of modal dialogs from network operations
Diffstat:
M TODO | 5 -----
1 file changed, 0 insertions(+), 5 deletions(-)
---
(DIR) diff --git a/TODO b/TODO
t@@ -1,8 +1,3 @@
-- Do something about modal dialogs & networking - ideally we want to suspend
- network processing while a modal dialog is active, otherwise you get nasty
- double g_free()'s, etc. when the modal dialog returns under some circumstances
- (Temporary fix, for GTK+ at least, is to introduce MB_IMMRETURN flag to
- GtkMessageBox, which causes an immediate return, without calling gtk_main)
- Improve error reporting for network operations (e.g. metaserver)
- GSS_API SOCKS support?
- Busy loop in GTK+ client on server crash - seems to be a GLib bug