Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-page-cache.c
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-09-08 09:44:27 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-09-08 09:44:27 (GMT)
commit4942d62b873cfac27dc8e4bf3c800f22e0890d0c (patch)
tree7331de5002123b3e27eb8f0541954de95288ff78 /shell/ev-page-cache.c
parentc9b59f59087e4a65eb67a93dbbae5b5589dc0fd8 (diff)
Add a signal for link activation.
2005-09-08 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init), (selection_changed_callback): * shell/ev-sidebar-links.h: Add a signal for link activation. * shell/ev-view.c: (ev_view_goto_link), (ev_view_button_release_event): * shell/ev-view.h: * shell/ev-window.c: (sidebar_links_link_activated_cb), (ev_window_init): Implement the signal so that we can handle all link types. * shell/ev-page-cache.c: Remove unused set_link function
Diffstat (limited to 'shell/ev-page-cache.c')
-rw-r--r--shell/ev-page-cache.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/shell/ev-page-cache.c b/shell/ev-page-cache.c
index eb88ed9..29d2179 100644
--- a/shell/ev-page-cache.c
+++ b/shell/ev-page-cache.c
@@ -341,16 +341,6 @@ ev_page_cache_set_page_label (EvPageCache *page_cache,
return FALSE;
}
-void
-ev_page_cache_set_link (EvPageCache *page_cache,
- EvLink *link)
-{
- g_return_if_fail (EV_IS_PAGE_CACHE (page_cache));
- g_return_if_fail (EV_IS_LINK (link));
-
- ev_page_cache_set_current_page (page_cache, ev_link_get_page (link));
-}
-
const char *
ev_page_cache_get_title (EvPageCache *page_cache)
{