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-06 23:56:14 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-01-06 23:56:14 (GMT)
commit2aadab6feb778de1be1a92f20ba60e44de571199 (patch)
treea5773d36548293d25e98053c8b04f8dc1df9932d /shell/ev-sidebar-bookmarks.c
parentb322dbd94ce1ef24aa1d40e18cc18d66c9c85ef0 (diff)
fill in the thumbnail with white. New interface to get the size of a page.
Thu Jan 6 18:48:11 2005 Jonathan Blandford <jrb@redhat.com> * backend/ev-document-misc.c (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with white. * backend/ev-document-thumbnails.h: New interface to get the size of a page.
Diffstat (limited to 'shell/ev-sidebar-bookmarks.c')
-rw-r--r--shell/ev-sidebar-bookmarks.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/shell/ev-sidebar-bookmarks.c b/shell/ev-sidebar-bookmarks.c
index a81759c..b215e1e 100644
--- a/shell/ev-sidebar-bookmarks.c
+++ b/shell/ev-sidebar-bookmarks.c
@@ -203,7 +203,6 @@ stack_data_free (IdleStackData *stack_data,
g_free (stack_data);
}
-#if 0
static gboolean
do_one_iteration (EvSidebarBookmarks *ev_sidebar_bookmarks)
{
@@ -299,7 +298,7 @@ populate_bookmarks_idle (gpointer data)
#endif
return TRUE;
}
-#endif
+
void
ev_sidebar_bookmarks_clear_document (EvSidebarBookmarks *sidebar_bookmarks)
{
@@ -350,7 +349,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);
}
}