From 074a696e8bbdbb9a72300a655ae0248000d5b7c2 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 17 Oct 2000 05:18:20 +0000 Subject: implement default error handler that prints to stderr 2000-10-16 Havoc Pennington * wrappers/gtk/gconf-client.c (gconf_client_real_unreturned_error): implement default error handler that prints to stderr (gconf_client_key_is_writable): hmm, this function didn't compile very cleanly * wrappers/gtk/gconf-client.h: Remove the ParentWindowFunc concept. Two reasons: a) it was really hard for users to implement such a thing, and if they did then implementing an error dialog function was pretty trivial also b) decided to make the default error handler use fprintf(stderr) since GConfClient is going to move into the main GConf library and thus not depend on GTK. So, this is mild API breakage (but hopefully no one was using the feature anyway). --- TODO | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 6dc8e29b..29b5600a 100644 --- a/TODO +++ b/TODO @@ -19,8 +19,6 @@ Other * Maintain documentation -* Implement the default error handlers in GConfClient - * Envisioneering Maybe 1.4 -- cgit v1.2.1