~ubuntu-branches/ubuntu/quantal/epiphany-extensions/quantal

« back to all changes in this revision

Viewing changes to extensions/smart-bookmarks/smart-bookmarks.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:
21
21
#include "config.h"
22
22
 
23
23
#include "smart-bookmarks-extension.h"
24
 
#include "mozilla-selection.h"
25
24
#include "ephy-debug.h"
26
25
 
27
26
#include <gmodule.h>
34
33
{
35
34
        LOG ("Registering Smart Bookmarks Extension");
36
35
 
37
 
        if (!mozilla_glue_startup ())
38
 
              return 0;
39
 
 
40
36
#ifdef ENABLE_NLS
41
37
        /* Initialise the i18n stuff */
42
38
        bindtextdomain (GETTEXT_PACKAGE, EPHY_EXTENSIONS_LOCALEDIR);