diff options
author | Xan Lopez <xan@gnome.org> | 2009-09-20 05:06:01 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-09-20 05:06:01 +0800 |
commit | 98361f61fcdfc52d2ae2682234778f3e1b384916 (patch) | |
tree | b31f644a5fb16a636cf872408840e4cba971bc86 /src/Makefile.am | |
parent | 0fa8e2fb6780e75923da248bb5d94e30d8556dd7 (diff) | |
download | gsoc2013-epiphany-98361f61fcdfc52d2ae2682234778f3e1b384916.tar.gz gsoc2013-epiphany-98361f61fcdfc52d2ae2682234778f3e1b384916.tar.zst gsoc2013-epiphany-98361f61fcdfc52d2ae2682234778f3e1b384916.zip |
Bring back epiphany context menu
There's a few items (like email link) and actions (like bookmark link)
missing or not working because of missing information in the
WebKitHitTestResult object, but most of the stuff is working.
For some reason the g-ir-scanner is not picking up the correct type
name for WebKitHitTestResult (it uses WebKitHitTestResult instead of
WebKit.HitTestResult), so the introspection support is broken unless
that error is fixed manually. Looking into that ...
Bug #562617
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index df99d39f9..1b48bb924 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -282,8 +282,8 @@ MAINTAINERCLEANFILES = $(stamp_files) $(BUILT_SOURCES) if ENABLE_INTROSPECTION EPHY_GIR_H_FILES = \ - $(top_srcdir)/embed/ephy-embed-event.h \ $(top_srcdir)/embed/ephy-embed.h \ + $(top_srcdir)/embed/ephy-embed-event.h \ $(top_srcdir)/embed/ephy-embed-persist.h \ $(top_srcdir)/embed/ephy-embed-shell.h \ $(top_srcdir)/embed/ephy-embed-single.h \ |