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

« back to all changes in this revision

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

  • 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:
26
26
 
27
27
#include "ephy-debug.h"
28
28
 
29
 
#include <epiphany/ephy-window.h>
30
 
#include <epiphany/ephy-extension.h>
 
29
#include <epiphany/epiphany.h>
31
30
 
32
31
#include <glib/gi18n-lib.h>
33
 
#include <gtk/gtkwidget.h>
34
 
#include <gtk/gtkaction.h>
35
 
#include <gtk/gtkactiongroup.h>
36
 
#include <gtk/gtkuimanager.h>
 
32
#include <gtk/gtk.h>
37
33
 
38
34
#define EPHY_PERMISSIONS_EXTENSION_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_PERMISSIONS_EXTENSION, EphyPermissionsExtensionPrivate))
39
35