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

« back to all changes in this revision

Viewing changes to extensions/extensions-manager-ui/ephy-extensions-manager-ui-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:
24
24
#include "ephy-extensions-manager-ui-extension.h"
25
25
#include "extensions-manager-ui.h"
26
26
 
27
 
#include <epiphany/ephy-extension.h>
 
27
#include <epiphany/epiphany.h>
28
28
 
29
29
#include "ephy-gui.h"
30
30
#include "ephy-debug.h"
176
176
help_cb (GtkAction *action,
177
177
         EphyWindow *window)
178
178
{
179
 
        ephy_gui_help_with_doc_id (GTK_WINDOW (window),
180
 
                                   "epiphany-extensions",
181
 
                                   "epiphany-extensions",
182
 
                                   "");
 
179
        ephy_gui_help (GTK_WINDOW (window),
 
180
                       "epiphany-extensions",
 
181
                       "");
183
182
}
184
183
 
185
184
static void