diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-18 12:44:13 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-18 12:44:13 +0800 |
commit | d1551390ffa5d2b4b22f3cf085f30676885e8f0d (patch) | |
tree | cc0cc603423ab0fd20ace16ab0037216e00c44df /widgets/misc/ChangeLog | |
parent | f8921df01e239b4d77ce9b226c68fbd62cbffb9a (diff) | |
download | gsoc2013-evolution-d1551390ffa5d2b4b22f3cf085f30676885e8f0d.tar.gz gsoc2013-evolution-d1551390ffa5d2b4b22f3cf085f30676885e8f0d.tar.zst gsoc2013-evolution-d1551390ffa5d2b4b22f3cf085f30676885e8f0d.zip |
load the <help> tag if present. (ee_response): handle the help response
2004-05-18 Not Zed <NotZed@Ximian.com>
* e-error.c (ee_load): load the <help> tag if present.
(ee_response): handle the help response and swallow the signal.
(e_error_newv): setup help button if we have a help uri.
svn path=/trunk/; revision=25945
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 2fa8b0fbc8..d2d8abac2b 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,9 @@ +2004-05-18 Not Zed <NotZed@Ximian.com> + + * e-error.c (ee_load): load the <help> tag if present. + (ee_response): handle the help response and swallow the signal. + (e_error_newv): setup help button if we have a help uri. + 2004-05-17 Jeffrey Stedfast <fejj@novell.com> * e-url-entry.c (init): Use E_ICON_SIZE_BUTTON for the icon size |