diff options
author | Andy Hertzfeld <andy@src.gnome.org> | 2000-04-13 23:25:29 +0000 |
---|---|---|
committer | Andy Hertzfeld <andy@src.gnome.org> | 2000-04-13 23:25:29 +0000 |
commit | 1f62360564d44258ac421c9ba3680626bb36f7e7 (patch) | |
tree | a8e6c352e90dd738a5e5faba46d84cfd69bceb68 /ChangeLog-20000414 | |
parent | 10502b578cefdd3ce0e61c503678575f55f3895e (diff) | |
download | nautilus-1f62360564d44258ac421c9ba3680626bb36f7e7.tar.gz |
fixed recently introduced problems with escaping, plus added call to
fixed recently introduced problems with escaping, plus added
call to gtk_main_iteration inside the config gather loop
Diffstat (limited to 'ChangeLog-20000414')
-rw-r--r-- | ChangeLog-20000414 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog-20000414 b/ChangeLog-20000414 index c8c66ba3e..014aebc73 100644 --- a/ChangeLog-20000414 +++ b/ChangeLog-20000414 @@ -1,5 +1,14 @@ 2000-04-13 Andy Hertzfeld <andy@eazel.com> + * components/services/startup/nautilus-service-startup-view.c: + fixed problems with the url escaping by unescaping the token + return by the service before re-escaping it + * components/services/startup/eazel-register.c: + added periodic call to gtk_main_iteration during configuration gather + to get feedback displayed + +2000-04-13 Andy Hertzfeld <andy@eazel.com> + added Susan's images to service registration and configuration upload * configure.in: |