Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-sidebar-thumbnails.c
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-05-31 12:40:40 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-05-31 12:40:40 (GMT)
commite7694564cf80e59e43fa50bef73c508b2fab4c0b (patch)
treefa048258c3a3b381b9db59c5a76b101fa9f1d7f0 /shell/ev-sidebar-thumbnails.c
parent891cb3e7733ab34e949e3aeef1f3461ab2431717 (diff)
Slightly modified patch by Nickolay V. Shmyrev <nshmyrev@yandex.ru>. Fix
2005-05-31 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document): * shell/ev-view.c: (scroll_to_current_page), (view_set_adjustment_values), (ev_view_set_scroll_adjustments), (page_changed_cb), (on_adjustment_value_changed), (ev_view_set_document): Slightly modified patch by Nickolay V. Shmyrev <nshmyrev@yandex.ru>. Fix bug 305377
Diffstat (limited to 'shell/ev-sidebar-thumbnails.c')
-rw-r--r--shell/ev-sidebar-thumbnails.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/ev-sidebar-thumbnails.c b/shell/ev-sidebar-thumbnails.c
index a313854..7f84be1 100644
--- a/shell/ev-sidebar-thumbnails.c
+++ b/shell/ev-sidebar-thumbnails.c
@@ -440,8 +440,7 @@ ev_sidebar_thumbnails_set_document (EvSidebarPage *sidebar_page,
/* Connect to the signal and trigger a fake callback */
g_signal_connect (page_cache, "page-changed", G_CALLBACK (page_changed_cb), sidebar_thumbnails);
- page_changed_cb (page_cache, ev_page_cache_get_current_page (page_cache), sidebar_thumbnails);
-
+ adjustment_changed_cb (sidebar_thumbnails);
}
static gboolean