GNOME Bugzilla – Bug 170252
update epiphany detection, and fix epiphany extension
Last modified: 2005-03-14 21:26:40 UTC
Attached patch adds detection for Epiphany-1.8, and fixes the epiphany extension to correctly load/unload, and generally work with 1.6 and 1.8 at all. The extension itself in the new form will only work with 1.6 or 1.8; if you really want to preserve compatibility with epiphany 1.4 or even 1.2, I could modify the patch accordingly. Else I'll remove 1.2 and 1.4 detection and support from configure.in. Also I noticed that there are tons of missing .cvsignore files, as well as one file (po/Makefile.in.in) being in cvs but not beloning there since being auto-generated by autogen.
Created attachment 38660 [details] [review] proposed patch Ok to commit this?
Created attachment 38661 [details] [review] forgot to cvs add the new extension file
Comment on attachment 38661 [details] [review] forgot to cvs add the new extension file Great! Commit to cvs please. Don't foget a Changelog entry.
2005-03-14 Christian Persch <chpe@cvs.gnome.org> * configure.in: Detect Epiphany 1.6 and 1.8. * epiphany-extension/.cvsignore: * epiphany-extension/Makefile.am: * epiphany-extension/ephy-gwget-extension.c: (handle_content_cb), (ephy_gwget_extension_init), (ephy_gwget_extension_finalize), (ephy_gwget_extension_class_init), (ephy_gwget_extension_get_type), (ephy_gwget_extension_register_type): * epiphany-extension/ephy-gwget-extension.h: * epiphany-extension/gwget.xml.in.in: * po/POTFILES.in: Update Epiphany extension to work with Epiphany 1.6 and 1.8. Add extension description file.