Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-page-action.c
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-04-27 22:58:24 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-04-27 22:58:24 (GMT)
commita154e22c19e8c654971c4fc06ddf106c30f47f87 (patch)
treee0fcd7020a83b4a031ea12ae2bd39a60501710ba /shell/ev-page-action.c
parent852da00ccf884031152a3bbea06c32ab7a257cf6 (diff)
Update current page while scrolling in continuous mode
CVSr ----------------------------------------------------------------------
Diffstat (limited to 'shell/ev-page-action.c')
-rw-r--r--shell/ev-page-action.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ev-page-action.c b/shell/ev-page-action.c
index 18415a3..e378d30 100644
--- a/shell/ev-page-action.c
+++ b/shell/ev-page-action.c
@@ -415,6 +415,7 @@ ev_page_action_dispose (GObject *object)
EvPageAction *page = EV_PAGE_ACTION (object);
if (page->priv->page_cache) {
+ g_signal_handlers_disconnect_matched (page->priv->page_cache, G_SIGNAL_MATCH_FUNC, 0, 0, NULL, page_changed_cb, NULL);
g_object_unref (page->priv->page_cache);
page->priv->page_cache = NULL;
}