diff options
author | Diego Escalante Urrelo <diegoe@svn.gnome.org> | 2007-01-09 07:27:56 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2007-01-09 07:27:56 +0800 |
commit | f2ec03c23c92888836704035aeb0b4213a0c7800 (patch) | |
tree | abe95ee623e4cd281c3ff46ded81a54924b4a974 /src/ephy-python-extension.c | |
parent | 4887013e7319851ecaf2a1eb779d4e5130edc84a (diff) | |
download | gsoc2013-epiphany-f2ec03c23c92888836704035aeb0b4213a0c7800.tar gsoc2013-epiphany-f2ec03c23c92888836704035aeb0b4213a0c7800.tar.gz gsoc2013-epiphany-f2ec03c23c92888836704035aeb0b4213a0c7800.tar.bz2 gsoc2013-epiphany-f2ec03c23c92888836704035aeb0b4213a0c7800.tar.lz gsoc2013-epiphany-f2ec03c23c92888836704035aeb0b4213a0c7800.tar.xz gsoc2013-epiphany-f2ec03c23c92888836704035aeb0b4213a0c7800.tar.zst gsoc2013-epiphany-f2ec03c23c92888836704035aeb0b4213a0c7800.zip |
Fixes a problem at link time on Darwin, bug #387233. Patch by paul.
2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org>
* src/ephy-python-extension.c:
* src/epiphany.override:
Fixes a problem at link time on Darwin, bug #387233. Patch by paul.
svn path=/trunk/; revision=6805
Diffstat (limited to 'src/ephy-python-extension.c')
-rw-r--r-- | src/ephy-python-extension.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ephy-python-extension.c b/src/ephy-python-extension.c index 45ba83e94..7d3153c1a 100644 --- a/src/ephy-python-extension.c +++ b/src/ephy-python-extension.c @@ -27,6 +27,7 @@ #include "ephy-python-extension.h" #include "ephy-python.h" +#define NO_IMPORT_PYGOBJECT #include <pygobject.h> #include "ephy-extension.h" |