Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-view-private.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-02-21 10:27:44 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-02-21 10:27:44 (GMT)
commit5ef0d418d651705e098d2a1a8495e86bf7c0f538 (patch)
treea02746a6ff9285f3a64600c97a886ece5ad9e154 /libview/ev-view-private.h
parentd917caadaf07f2995b74091f201e23d8742a4430 (diff)
Allow adding actions for more than one item in view popup menu
Fixes bug #609497.
Diffstat (limited to 'libview/ev-view-private.h')
-rw-r--r--libview/ev-view-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h
index 09f6163..0e5f449 100644
--- a/libview/ev-view-private.h
+++ b/libview/ev-view-private.h
@@ -192,7 +192,7 @@ struct _EvViewClass {
void (*external_link) (EvView *view,
EvLinkAction *action);
void (*popup_menu) (EvView *view,
- EvLink *link);
+ GList *items);
void (*selection_changed) (EvView *view);
};