Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-12-28 14:52:44 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-12-28 14:52:44 (GMT)
commit27247a9eca553f0becd50c86550b68fca563a8df (patch)
treeafc82d419bd8aade3448544a703983ff9597d210 /shell
parent76a368db4cd8f4485da541b389625848c1fdab7c (diff)
Popup view signal is never emitted in presentation mode
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-window.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index bee7d34..4e01a2d 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -4528,9 +4528,6 @@ view_menu_popup_cb (EvView *view,
GObject *object,
EvWindow *ev_window)
{
- if (ev_view_get_presentation (EV_VIEW (ev_window->priv->view)))
- return FALSE;
-
view_menu_link_popup (ev_window,
EV_IS_LINK (object) ? EV_LINK (object) : NULL);
view_menu_image_popup (ev_window,