~l3on/ubuntu/precise/epiphany-extensions/new-release

« back to all changes in this revision

Viewing changes to extensions/actions/ephy-actions-extension-editor-dialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-09-18 14:08:05 UTC
  • mfrom: (1.1.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20090918140805-fa8kka5uo6u5l5io
Tags: 2.27.92-0ubuntu1
* new upstream 2.27.92 ships ships epiphany-webkit extensions only
  - update debian/control - move from epiphany-browser to -webkit
  - update debian/rules - drop link creation that tried to support -browser
    and -webkit parts and run dh_pysupport on epiphany-webkit dir
  - update debian/rules - use really-all extensions
  - add debian/patches/02_greasemonkey_web_view.patch - fix greasemonkey
    extension being broken by bad web_view lookup - bgo 595814

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#ifndef _EPHY_ACTIONS_EXTENSION_EDITOR_DIALOG_H
20
20
#define _EPHY_ACTIONS_EXTENSION_EDITOR_DIALOG_H
21
21
 
22
 
#include <epiphany/ephy-dialog.h>
23
 
#include <epiphany/ephy-extension.h>
 
22
#include <epiphany/epiphany.h>
24
23
 
25
24
G_BEGIN_DECLS
26
25