Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser-plugin/plugin.h
diff options
context:
space:
mode:
authorJames Willcox <jwillcox@litl.com>2009-08-12 14:59:08 (GMT)
committer Marco Pesenti Gritti <marcopg@litl.com>2010-07-27 22:04:22 (GMT)
commitfee432432d60afeffd046c7d7580702bf495ebcc (patch)
tree017ffe287cabe9785b06b951c09815acc210a878 /browser-plugin/plugin.h
parente3d0bb4b1fc19932f51fffaa96c844221293cafa (diff)
Follow external links in browser plugin, fixes bug 1392
Diffstat (limited to 'browser-plugin/plugin.h')
-rw-r--r--browser-plugin/plugin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/browser-plugin/plugin.h b/browser-plugin/plugin.h
index a4cd560..5802aab 100644
--- a/browser-plugin/plugin.h
+++ b/browser-plugin/plugin.h
@@ -47,6 +47,9 @@ class Plugin {
static void SizingModeCallback (EvView *view,
GParamSpec *pspec,
gpointer data);
+ static void ExternalLinkCallback (EvView *view,
+ EvLinkAction *action,
+ gpointer data);
static void LoadJobFinishedCallback (EvJob *job,
gpointer data);