diff options
author | bertrand <bertrand@helixcode.com> | 2000-03-04 13:15:27 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-03-04 13:15:27 +0800 |
commit | b6788c4e5dbcd043e4ed54c9c10488f45d53bd95 (patch) | |
tree | 34611f65a6dc8aab8cce15eca7232fb186432fce /ChangeLog | |
parent | 55f8f073e2aca35954e824eb84f62211fd9d9200 (diff) | |
download | gsoc2013-evolution-b6788c4e5dbcd043e4ed54c9c10488f45d53bd95.tar gsoc2013-evolution-b6788c4e5dbcd043e4ed54c9c10488f45d53bd95.tar.gz gsoc2013-evolution-b6788c4e5dbcd043e4ed54c9c10488f45d53bd95.tar.bz2 gsoc2013-evolution-b6788c4e5dbcd043e4ed54c9c10488f45d53bd95.tar.lz gsoc2013-evolution-b6788c4e5dbcd043e4ed54c9c10488f45d53bd95.tar.xz gsoc2013-evolution-b6788c4e5dbcd043e4ed54c9c10488f45d53bd95.tar.zst gsoc2013-evolution-b6788c4e5dbcd043e4ed54c9c10488f45d53bd95.zip |
add bonobo to the build process.
2000-03-04 bertrand <bertrand@helixcode.com>
* tests/ui-tests/Makefile.am: add bonobo to the build
process.
* tests/ui-tests/message-browser.c (main):
initialize Bonobo. Use bonobo_main.
(get_gtk_html_contents_window): set signal handlers
for url requests and objects requests.
(on_object_requested): answer to object requests.
svn path=/trunk/; revision=2037
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2000-03-04 bertrand <bertrand@helixcode.com> + + * tests/ui-tests/Makefile.am: add bonobo to the build + process. + + * tests/ui-tests/message-browser.c (main): + initialize Bonobo. Use bonobo_main. + (get_gtk_html_contents_window): set signal handlers + for url requests and objects requests. + (on_object_requested): answer to object requests. + 2000-03-03 bertrand <bertrand@helixcode.com> * tests/ui-tests/message-browser.c (main): initialize |