~ubuntu-branches/ubuntu/hardy/epiphany-extensions/hardy-updates

« back to all changes in this revision

Viewing changes to extensions/certificates/ephy-certificates-extension.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-02-11 12:07:10 UTC
  • mfrom: (1.1.25 upstream)
  • Revision ID: james.westby@ubuntu.com-20080211120710-mene00j2jh4ddwnz
Tags: 2.20.1svn20080211-0ubuntu1
* New SVN snapshot:
  - work with the hardy epiphany-browser version (lp: #178117)
* debian/control.in:
  - build using xulrunner
  - updated epiphany-browser requirement
* debian/patches/ephy-extensions.xul.1.9.patch:
  - patch from Alexander Sack to build using xulrunner1.9
* debian/patches/delicious.diff:
  - dropped, the change is in the svn version
* debian/rules:
  - build using libxul
  - updated installation directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 *  along with this program; if not, write to the Free Software
17
17
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18
18
 *
19
 
 *  $Id: ephy-certificates-extension.c 1376 2006-09-13 19:01:42Z chpe $
 
19
 *  $Id: ephy-certificates-extension.c 1638 2007-11-04 19:34:30Z cosimoc $
20
20
 */
21
21
 
22
22
#include "config.h"
30
30
#include <epiphany/ephy-embed.h>
31
31
#include <epiphany/ephy-embed-single.h>
32
32
#include <epiphany/ephy-embed-shell.h>
33
 
#include <epiphany/ephy-tab.h>
34
33
#include <epiphany/ephy-statusbar.h>
35
34
 
36
35
#include <gtk/gtkaction.h>