Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-sidebar-bookmarks.c
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2005-01-05 20:47:12 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-01-05 20:47:12 (GMT)
commit543b948ed9d7fd6c56b671e1d78eb588461863a4 (patch)
treeec8cd22b88402d76b2b4e9cd3bee4116058b4c36 /shell/ev-sidebar-bookmarks.c
parent1e10240455fefa19a3073213c3fae1f9b4d48e32 (diff)
bypass GDKSplashOutputDev and just use a normal SplashOutputDev. Speeds
Wed Jan 5 15:38:28 2005 Jonathan Blandford <jrb@redhat.com> * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass GDKSplashOutputDev and just use a normal SplashOutputDev. Speeds things up a bit. * shell/ev-sidebar-thumbnail.c: start of some profiling code.
Diffstat (limited to 'shell/ev-sidebar-bookmarks.c')
-rw-r--r--shell/ev-sidebar-bookmarks.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/shell/ev-sidebar-bookmarks.c b/shell/ev-sidebar-bookmarks.c
index b215e1e..a81759c 100644
--- a/shell/ev-sidebar-bookmarks.c
+++ b/shell/ev-sidebar-bookmarks.c
@@ -203,6 +203,7 @@ stack_data_free (IdleStackData *stack_data,
g_free (stack_data);
}
+#if 0
static gboolean
do_one_iteration (EvSidebarBookmarks *ev_sidebar_bookmarks)
{
@@ -298,7 +299,7 @@ populate_bookmarks_idle (gpointer data)
#endif
return TRUE;
}
-
+#endif
void
ev_sidebar_bookmarks_clear_document (EvSidebarBookmarks *sidebar_bookmarks)
{
@@ -349,7 +350,7 @@ ev_sidebar_bookmarks_set_document (EvSidebarBookmarks *sidebar_bookmarks,
stack_data->tree_iter = NULL;
priv->idle_stack = g_list_prepend (priv->idle_stack, stack_data);
- priv->idle_id = g_idle_add (populate_bookmarks_idle, sidebar_bookmarks);
+ //priv->idle_id = g_idle_add (populate_bookmarks_idle, sidebar_bookmarks);
}
}