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:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2007-01-28 11:17:00 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-01-28 11:17:00 (GMT)
commitcde4965a843c973534347ab2953c09b9e81ff216 (patch)
tree12f55cf18e379ac90df9ede1af05784fbb0bc7f7 /shell/ev-page-cache.c
parent761766c8ca4392f376d898ba037f1f2fa3822e95 (diff)
Remove activate_link signal, not required.
2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * shell/ev-marshal.list: * shell/ev-page-action.c: (activate_cb), (ev_page_action_class_init): * shell/ev-page-action.h: * shell/ev-page-cache.c: (ev_page_cache_set_page_label): * shell/ev-window.c: Remove activate_link signal, not required. svn path=/trunk/; revision=2256
Diffstat (limited to 'shell/ev-page-cache.c')
-rw-r--r--shell/ev-page-cache.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/ev-page-cache.c b/shell/ev-page-cache.c
index 7c19232..c1af7d2 100644
--- a/shell/ev-page-cache.c
+++ b/shell/ev-page-cache.c
@@ -353,8 +353,7 @@ ev_page_cache_set_page_label (EvPageCache *page_cache,
/* convert from a page label to a page offset */
page --;
if (page >= 0 &&
- page < page_cache->n_pages &&
- page_cache->page_labels[page] == NULL) {
+ page < page_cache->n_pages) {
ev_page_cache_set_current_page (page_cache, page);
return TRUE;
}